public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onEntryChosenForEviction(V internalCacheEntry)
OnEntryChosenForEviction
|
void |
onEntryEviction(java.util.Map<K,V> evicted)
Entry eviction
|
Copyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)