R/clear_cache.R
clear_cache.Rd
Removes all files in the read.abares cache if any exist.
clear_cache()
Nothing, called for its side-effects, clearing the cached files.
Other cache: inspect_cache()
inspect_cache()
# not run because cached files shouldn't exist on CRAN or testing envs if (FALSE) { # \dontrun{ clear_cache() } # }