@ThreadSafe public class EvictionManagerImpl<K,V> extends Object implements EvictionManager<K,V>
Constructor and Description |
---|
EvictionManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(CacheNotifier<K,V> cacheNotifier,
Configuration cfg,
InterceptorChain chain) |
void |
onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Handles notifications of evicted entries
|
public void initialize(CacheNotifier<K,V> cacheNotifier, Configuration cfg, InterceptorChain chain)
public void onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
EvictionManager
onEntryEviction
in interface EvictionManager<K,V>
evicted
- The entries that were just evictedCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.