Uses of Interface
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EvictionListener
Packages that use Cache.ConcurrentLinkedHashMap.EvictionListener
-
Uses of Cache.ConcurrentLinkedHashMap.EvictionListener in gw.util.concurrent
Fields in gw.util.concurrent with type parameters of type Cache.ConcurrentLinkedHashMap.EvictionListenerModifier and TypeFieldDescription(package private) final List<Cache.ConcurrentLinkedHashMap.EvictionListener<K,
V>> Cache.ConcurrentLinkedHashMap.listeners
Constructors in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap.EvictionListenerModifierConstructorDescriptionConcurrentLinkedHashMap
(Cache.ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel, Cache.ConcurrentLinkedHashMap.EvictionListener<K, V>... listeners) Creates a new, empty, unbounded map with the specified maximum capacity and concurrency level.ConcurrentLinkedHashMap
(Cache.ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, Cache.ConcurrentLinkedHashMap.EvictionListener<K, V>... listeners) Creates a new, empty, unbounded map with the specified maximum capacity and the default concurrencyLevel.