Package gw.util.concurrent
Interface Cache.ConcurrentLinkedHashMap.EvictionListener<K,V>
-
- Enclosing class:
- Cache.ConcurrentLinkedHashMap<K,V>
public static interface Cache.ConcurrentLinkedHashMap.EvictionListener<K,V>A listener registered for notification when an entry is evicted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEviction(K key, V value)A call-back notification that the entry was evicted.
-