
public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryChosenForEviction(V internalCacheEntry)
OnEntryChosenForEviction
|
void |
onEntryEviction(Map<K,V> evicted)
Entry eviction
|
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)