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 |
void |
evicted(K key,
V value)
Invoked when a mapping is evicted. |
evicted
void evicted(K key,
V value)
- Invoked when a mapping is evicted.
- Parameters:
key - the key evictedvalue - the value evicted
Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.