Package: cachem
Version: 1.0.7
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@rstudio.com", c("aut", "cre")),
    person(family = "RStudio", 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
Suggests:
    testthat
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
Config/Needs/routine:
    lobstr
Config/Needs/website:
    pkgdown
