public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onEntryChosenForEviction(V internalCacheEntry) |
void |
onEntryEviction(Map<K,V> evicted) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.