Remove entries from the cache, optionally unlinking referenced files.
Arguments
- cache_dir
(
NULL | character(1)) Cache directory to use (default: NULL)- families
(
character | NULL) Character vector of family names to remove, orNULLto clear the whole cache (default: NULL)- reset
(
logical(1)) If TRUE, completely reset and clear the cache (default: FALSE).- ...
(
anyD) Additional arguments (currently unused).
Value
(character | NULL) Invisibly returns character vector of removed family names when deleting specific entries, or NULL when nothing changed. Remove files by default.
See also
Other cache:
cache_get(),
cache_get_weights(),
cache_read(),
cache_remove(),
cache_write()
