Interface CacheInvalidator<K>
- Type Parameters:
K
- the cache key type
public interface CacheInvalidator<K>
Repreents operations for invalidating some or all entries in a cache.
-
Method Summary
-
Method Details
-
invalidateEntry
-
invalidateAllEntries
void invalidateAllEntries()
-