Package: cachem 1.1.0
cachem: Cache R Objects with Automatic Pruning
Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
Authors:
cachem_1.1.0.tar.gz
cachem_1.1.0.zip(r-4.7-x86_64)cachem_1.1.0.zip(r-4.7-arm64)cachem_1.1.0.zip(r-4.6-x86_64)cachem_1.1.0.zip(r-4.6-arm64)cachem_1.1.0.zip(r-4.5-x86_64)
cachem_1.1.0.tgz(r-4.6-x86_64)cachem_1.1.0.tgz(r-4.6-arm64)cachem_1.1.0.tgz(r-4.5-x86_64)cachem_1.1.0.tgz(r-4.5-arm64)
cachem_1.1.0.tar.gz(r-4.7-arm64)cachem_1.1.0.tar.gz(r-4.7-x86_64)cachem_1.1.0.tar.gz(r-4.6-arm64)cachem_1.1.0.tar.gz(r-4.6-x86_64)
cachem_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
cachem/json (API)
| # Install 'cachem' in R: |
| install.packages('cachem', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/cachem/issues
Pkgdown/docs site:https://cachem.r-lib.org
Last updated from:b24174dd4d. Checks:15 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 104 | ||
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 152 | ||
| linux-release-arm64 | OK | 103 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 113 | ||
| macos-release-x86_64 | OK | 184 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| macos-oldrel-x86_64 | OK | 142 | ||
| windows-devel-arm64 | OK | 187 | ||
| windows-devel-x86_64 | OK | 80 | ||
| windows-release-arm64 | OK | 196 | ||
| windows-release-x86_64 | OK | 63 | ||
| windows-oldrel-x86_64 | OK | 67 | ||
| wasm-release | OK | 97 |
Exports:cache_diskcache_layeredcache_memis.key_missingkey_missing
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a disk cache object | cache_disk |
| Compose any number of cache objects into a new, layered cache object | cache_layered |
| Create a memory cache object | cache_mem |
