org.infinispan.util.concurrent
Interface BoundedConcurrentHashMap.EvictionListener<K,V>
- Enclosing class:
- BoundedConcurrentHashMap<K,V>
public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
onEntryEviction
void onEntryEviction(Map<K,V> evicted)
onEntryChosenForEviction
void onEntryChosenForEviction(V internalCacheEntry)
onEntryActivated
void onEntryActivated(Object key)
onEntryRemoved
void onEntryRemoved(Object key)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.