-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
Migrated issue, originally created by Mark (mhall)
It would be useful if the CacheRegion had a clean() method, in addition to the delete() method, that would remove all cached values (or at least their keys) from the CacheRegion.
The use-case I have is that I cache search results and occasionally need to clear the whole cache, when an update to the search index has been performed.