Uses of Enum
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EvictionPolicy
Packages that use Cache.ConcurrentLinkedHashMap.EvictionPolicy
-
Uses of Cache.ConcurrentLinkedHashMap.EvictionPolicy in gw.util.concurrent
Subclasses with type arguments of type Cache.ConcurrentLinkedHashMap.EvictionPolicy in gw.util.concurrentModifier and TypeClassDescriptionstatic enumThe replacement policy to apply to determine which entry to discard to when the capacity has been reached.Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap.EvictionPolicyModifier and TypeFieldDescription(package private) final Cache.ConcurrentLinkedHashMap.EvictionPolicyCache.ConcurrentLinkedHashMap.policyMethods in gw.util.concurrent that return Cache.ConcurrentLinkedHashMap.EvictionPolicyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.EvictionPolicyModifierConstructorDescriptionConcurrentLinkedHashMap(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.