cache_clear.Rd
Empty the page cache
cache_clear(dir = NULL)
Cache directory. Defaults to the session cache used when [collect_content()] is called without `cache_dir`.
Invisibly, the number of cached pages removed.
if (FALSE) { # \dontrun{ cache_clear() cache_clear(rdomains_cache_dir()) } # }