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 2001-2021, Terracotta, Inc.