@ThreadSafe
public interface EvictionManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Handles notifications of evicted entries
|
void onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
evicted - The entries that were just evictedCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.