R/utils-cache.R
cache_clear.Rd
Clear data from the passthrough cache for complex or long running operations
cache_clear(
cache = getOption("arear.cache.dir", default = rappdirs::user_cache_dir("arear")),
interactive = TRUE
)
the location of the cache as a directory. May get its value from options("arear.cache.dir") or the default value of rappdirs::user_cache_dir("arear")
if FALSE will delete the files without warning. Defaults to TRUE
nothing