Empties the in-memory table. For a persistent cache this also deletes the
file, so it is guarded: a persistent cache requires confirm = TRUE.
Arguments
- cache
A
locatr_cachefromlocatr_cache().- confirm
Must be
TRUEto clear a persistent (path-backed) cache and delete its file. Ignored for memory-only caches.
