K
- the key typeV
- the value typepublic static interface HeapCacheBackEnd.EvictionCallback<K,V>
Modifier and Type | Method and Description |
---|---|
void |
evicted(K key,
V value)
Called upon eviction (the mapping is gone already)
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.