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 Details

    • invalidateEntry

      void invalidateEntry(K key)
    • invalidateAllEntries

      void invalidateAllEntries()