Uses of Interface
org.omnifaces.util.concurrentlinkedhashmap.EvictionListener
-
Packages that use EvictionListener Package Description org.omnifaces.util.concurrentlinkedhashmap This package contains an implementation of a boundedConcurrentMap
data structure. -
-
Uses of EvictionListener in org.omnifaces.util.concurrentlinkedhashmap
Methods in org.omnifaces.util.concurrentlinkedhashmap with parameters of type EvictionListener Modifier and Type Method Description ConcurrentLinkedHashMap.Builder<K,V>
ConcurrentLinkedHashMap.Builder. listener(EvictionListener<K,V> listener)
Specifies an optional listener that is registered for notification when an entry is evicted.
-