@ThreadSafe
public interface EvictionManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryEviction(java.util.Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Handles notifications of evicted entries
|
void onEntryEviction(java.util.Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
evicted - The entries that were just evicted