Uses of Interface
org.apache.commons.collections4.map.PassiveExpiringMap.ExpirationPolicy
Package
Description
-
Uses of PassiveExpiringMap.ExpirationPolicy in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionstatic class
AExpirationPolicy
that returns an expiration time that is a constant about of time in the future from the current time.ModifierConstructorDescriptionPassiveExpiringMap
(PassiveExpiringMap.ExpirationPolicy<K, V> expiringPolicy) Constructs a map decorator using the given expiration policy to determine expiration times.PassiveExpiringMap
(PassiveExpiringMap.ExpirationPolicy<K, V> expiringPolicy, Map<K, V> map) Constructs a map decorator that decorates the given map and uses the given expiration policy to determine expiration times.