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 Detail

      • remove

        E remove​(K key,
                 boolean notifyCluster)
      • removeAll

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

        void clear​(boolean notifyCluster)