static final class BoundedConcurrentHashMap.NullEvictionListener<K,V> extends Object implements BoundedConcurrentHashMap.EvictionListener<K,V>
| Constructor and Description |
|---|
NullEvictionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryChosenForEviction(V internalCacheEntry) |
void |
onEntryEviction(Map<K,V> evicted) |
public void onEntryEviction(Map<K,V> evicted)
onEntryEviction in interface BoundedConcurrentHashMap.EvictionListener<K,V>public void onEntryChosenForEviction(V internalCacheEntry)
onEntryChosenForEviction in interface BoundedConcurrentHashMap.EvictionListener<K,V>Copyright © 2018 JBoss by Red Hat. All rights reserved.