Overview
Comment: | Update code docs for cache to reflect [37240160] |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c18bd9b3e03d049f9de1f470838ec79b |
User & Date: | joel on 2020-02-20 04:41:55 |
Other Links: | manifest | tags |
Context
2020-02-20
| ||
04:53 | Get rid of current-plain-title ([1909139d]) check-in: 47d9eea5 user: joel tags: trunk | |
04:41 | Update code docs for cache to reflect [37240160] check-in: c18bd9b3 user: joel tags: trunk | |
04:29 | Refactor listing functions (see [8ad560204]) check-in: 3be7a3ab user: joel tags: trunk | |
Changes
Modified code-docs/cache.scrbl from [d41626a2] to [c47b8041].
︙ | ︙ | |||
28 29 30 31 32 33 34 | This module defines and provides the schema and database connection to the SQLite cache, and some functions for retrieving records from the cache. Use these when you need quick access to pre-cooked HTML. @section{Cache database} | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | This module defines and provides the schema and database connection to the SQLite cache, and some functions for retrieving records from the cache. Use these when you need quick access to pre-cooked HTML. @section{Cache database} @defparam[cache-conn conn connection?]{ The database connection. } @defproc[(init-cache-db!) void?]{ Creates and initializes the SQLite database cache file (named @filepath{vitreous.sqlite} and located in the project root folder) by running queries to create tables in the database if they do not |
︙ | ︙ |