Deletes all files under wa_cache_dir(). If ask = TRUE and in an
interactive session, a short preview (item count, total size, and up to 10 sample
paths) is printed before asking for confirmation.
Usage
wa_cache_clear(ask = interactive(), preview = TRUE)Value
Invisibly returns TRUE if the cache was cleared (or already absent),
FALSE if the user declined or deletion failed.