Package: cachem Version: 1.1.0 Title: Cache R Objects with Automatic Pruning Description: 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@R: c( person("Winston", "Chang", , "winston@posit.co", c("aut", "cre")), person(family = "Posit Software, PBC", role = c("cph", "fnd"))) License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: true URL: https://cachem.r-lib.org/, https://github.com/r-lib/cachem Imports: rlang, fastmap (>= 1.2.0) Suggests: testthat RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/Needs/routine: lobstr Config/Needs/website: pkgdown Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-20 21:02:38 UTC RemoteUrl: https://github.com/r-lib/cachem RemoteRef: HEAD RemoteSha: b24174dd4dfce482d1317f9222ae4c738147307b NeedsCompilation: yes Packaged: 2026-07-01 18:04:28 UTC; root Author: Winston Chang [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Winston Chang