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 Summary

    Modifier and Type
    Method
    Description
    void
    evicted(K key, V value, org.apache.jackrabbit.guava.common.cache.RemovalCause removalCause)
     
  • Method Details

    • evicted

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