Caching
cache_forget()
Remove a cached value
Remove a cached value
Usage
cache_forget(name, file = NULL)
Arguments
- name
- The cache name to remove
- file
- Optional file path of the cache (default: `cache/{name}.rds`)
Value
Invisibly returns NULL.