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 © 2013 IronJacamar (http://www.ironjacamar.org)