|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- V
- public static interface CachingTier.Listener<K,V>
A listener that will be notified when eviction of a mapping happens
Method Summary | |
---|---|
void |
evicted(K key,
V value)
Invoked when a mapping is evicted. |
Method Detail |
---|
void evicted(K key, V value)
key
- the key evictedvalue
- the value evicted
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |