Package net.sf.ehcache.store.cachingtier
Interface HeapCacheBackEnd.EvictionCallback<K,V>
-
- Type Parameters:
K- the key typeV- the value type
- Enclosing interface:
- HeapCacheBackEnd<K,V>
public static interface HeapCacheBackEnd.EvictionCallback<K,V>An eviction callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevicted(K key, V value)Called upon eviction (the mapping is gone already)
-