Empty the page cache

cache_clear(dir = NULL)

Arguments

dir

Cache directory. Defaults to the session cache used when [collect_content()] is called without `cache_dir`.

Value

Invisibly, the number of cached pages removed.

Examples

if (FALSE) { # \dontrun{
cache_clear()
cache_clear(rdomains_cache_dir())
} # }