Differences From Artifact [5ce35bc1ff]:
- File src/cache.c — part of check-in [b6b50b1244] at 2016-04-01 13:37:02 on branch trunk — Fix typos in comments. No changes to code. (user: mistachkin size: 11597)
To Artifact [da7afcbe8f]:
- File src/cache.c — part of check-in [8bfd9951ca] at 2016-04-07 18:41:54 on branch trunk — Make usage of 'Usage:' and 'or:' consistent in all help text. (user: rberteig size: 11601) [more...]
| ︙ | |||
235 236 237 238 239 240 241 242 243 244 245 246 247 248 | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | + |
*/
void cache_initialize(void){
sqlite3_close(cacheOpen(1));
}
/*
** COMMAND: cache*
**
** Usage: %fossil cache SUBCOMMAND
**
** Manage the cache used for potentially expensive web pages such as
** /zip and /tarball. SUBCOMMAND can be:
**
** clear Remove all entries from the cache.
**
|
| ︙ |