接口 BoundedConcurrentHashMap.EvictionListener<K,V>
-
- 封闭类:
- BoundedConcurrentHashMap<K,V>
public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonEntryChosenForEviction(V internalCacheEntry)voidonEntryEviction(Map<K,V> evicted)
-