This function is only intended to be used interactively. The cache can be
controlled with set_cache_settings()
Usage
cache_clear(confirm = utils::askYesNo("Are you sure?"))Examples
#' # Disable the cache for CRAN
set_cache_settings(active = FALSE)
cache_clear(confirm = interactive())
