Interface EvictionListener<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type

    public interface EvictionListener<K,​V>
    A listener that gets notified of entries that were removed from the cache.
    • Method Detail

      • evicted

        void evicted​(K key,
                     V value,
                     org.apache.jackrabbit.guava.common.cache.RemovalCause removalCause)