Uses of Interface
com.googlecode.concurrentlinkedhashmap.EvictionListener
-
Uses of EvictionListener in com.googlecode.concurrentlinkedhashmap
Methods in com.googlecode.concurrentlinkedhashmap with parameters of type EvictionListenerModifier and TypeMethodDescriptionConcurrentLinkedHashMap.Builder.listener(EvictionListener<K, V> listener) Specifies an optional listener that is registered for notification when an entry is evicted.