| 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - the key typeV - the value typepublic static interface HeapCacheBackEnd.EvictionCallback<K,V>
An eviction callback
| Method Summary | |
|---|---|
 void | 
evicted(K key,
        V value)
Called upon eviction (the mapping is gone already)  | 
| Method Detail | 
|---|
void evicted(K key,
             V value)
key - the evicted keyvalue - the evicted value
  | 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||