Interface EvictableIF<K,E>

All Known Implementing Classes:
QueryCache, TransactionalLRULookupIndex

public interface EvictableIF<K,E>
INTERNAL: Simple interface used by helper objects for invalidation purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(boolean notifyCluster)
     
    remove(K key, boolean notifyCluster)
     
    void
    removeAll(Collection<K> keys, boolean notifyCluster)
     
  • Method Details

    • remove

      E remove(K key, boolean notifyCluster)
    • removeAll

      void removeAll(Collection<K> keys, boolean notifyCluster)
    • clear

      void clear(boolean notifyCluster)