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.5)cachem_1.1.0.zip(r-4.4)cachem_1.1.0.zip(r-4.3)
cachem_1.1.0.tgz(r-4.4-x86_64)cachem_1.1.0.tgz(r-4.4-arm64)cachem_1.1.0.tgz(r-4.3-x86_64)cachem_1.1.0.tgz(r-4.3-arm64)
cachem_1.1.0.tar.gz(r-4.5-noble)cachem_1.1.0.tar.gz(r-4.4-noble)
cachem_1.1.0.tgz(r-4.4-emscripten)cachem_1.1.0.tgz(r-4.3-emscripten)
cachem.pdf |cachem.html✨
cachem/json (API)
NEWS
# 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
Last updated 6 months agofrom:4689aac968. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | OK | Nov 12 2024 |
R-4.5-linux-x86_64 | OK | Nov 12 2024 |
R-4.4-win-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-aarch64 | OK | Nov 12 2024 |
R-4.3-win-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-aarch64 | OK | Nov 12 2024 |
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 |