Uses of Class
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EvictionPolicy
-
Packages that use Cache.ConcurrentLinkedHashMap.EvictionPolicy Package Description gw.util.concurrent -
-
Uses of Cache.ConcurrentLinkedHashMap.EvictionPolicy in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap.EvictionPolicy Modifier and Type Field Description (package private) Cache.ConcurrentLinkedHashMap.EvictionPolicyCache.ConcurrentLinkedHashMap. policyMethods in gw.util.concurrent that return Cache.ConcurrentLinkedHashMap.EvictionPolicy Modifier and Type Method Description static Cache.ConcurrentLinkedHashMap.EvictionPolicyCache.ConcurrentLinkedHashMap.EvictionPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cache.ConcurrentLinkedHashMap.EvictionPolicy[]Cache.ConcurrentLinkedHashMap.EvictionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap.EvictionPolicy 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.
-