R/cache.R
argentum_cache_clear.Rd
Clear the argentum cache
argentum_cache_clear(what = c("all", "memory", "disk"))
Which tier to clear: "all", "memory" or "disk".
"all"
"memory"
"disk"
Invisibly, the number of on-disk files removed.
argentum_cache_clear("memory") #> Cache cleared (memory).