Package net.sf.ehcache.store
Interface CachingTier.Listener<K,V>
-
- Type Parameters:
K-V-
- Enclosing interface:
- CachingTier<K,V>
public static interface CachingTier.Listener<K,V>A listener that will be notified when eviction of a mapping happens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevicted(K key, V value)Invoked when a mapping is evicted.
-