Uses of Interface
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EvictionListener
-
Packages that use Cache.ConcurrentLinkedHashMap.EvictionListener Package Description gw.util.concurrent -
-
Uses of Cache.ConcurrentLinkedHashMap.EvictionListener in gw.util.concurrent
Fields in gw.util.concurrent with type parameters of type Cache.ConcurrentLinkedHashMap.EvictionListener Modifier and Type Field Description (package private) java.util.List<Cache.ConcurrentLinkedHashMap.EvictionListener<K,V>>Cache.ConcurrentLinkedHashMap. listenersConstructors in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap.EvictionListener Constructor Description ConcurrentLinkedHashMap(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.
-