Package org.infinispan.eviction.impl
Class EvictionManagerImpl<K,V>
- java.lang.Object
-
- org.infinispan.eviction.impl.EvictionManagerImpl<K,V>
-
- All Implemented Interfaces:
EvictionManager<K,V>
@ThreadSafe public class EvictionManagerImpl<K,V> extends Object implements EvictionManager<K,V>
-
-
Constructor Summary
Constructors Constructor Description EvictionManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
findCacheMgmtInterceptor()
void
onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Handles notifications of evicted entries
-
-
-
Method Detail
-
findCacheMgmtInterceptor
public void findCacheMgmtInterceptor()
-
onEntryEviction
public void onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Description copied from interface:EvictionManager
Handles notifications of evicted entries- Specified by:
onEntryEviction
in interfaceEvictionManager<K,V>
- Parameters:
evicted
- The entries that were just evicted
-
-