Package com.atlassian.crowd.util.cache
Class LocalCacheUtils
java.lang.Object
com.atlassian.crowd.util.cache.LocalCacheUtils
Helper class to create expiring maps.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> ConcurrentMap<K, V> static <K,V> ConcurrentMap<K, V> createExpiringAfterAccessMap(Duration ttl, ScheduledExecutorService cleanupPool)
-
Method Details
-
createExpiringAfterAccessMap
-
createExpiringAfterAccessMap
public static <K,V> ConcurrentMap<K,V> createExpiringAfterAccessMap(Duration ttl, ScheduledExecutorService cleanupPool)
-