Skip to contents

Clear the argentum cache

Usage

argentum_cache_clear(what = c("all", "memory", "disk"))

Arguments

what

Which tier to clear: "all", "memory" or "disk".

Value

Invisibly, the number of on-disk files removed.

Examples

argentum_cache_clear("memory")
#> Cache cleared (memory).