Uses of Class
org.forgerock.util.PerItemEvictionStrategyCache
Packages that use PerItemEvictionStrategyCache
-
Uses of PerItemEvictionStrategyCache in org.forgerock.util
Methods in org.forgerock.util that return PerItemEvictionStrategyCacheModifier and TypeMethodDescriptionstatic <K,
V> PerItemEvictionStrategyCache <K, V> PerItemEvictionStrategyCache.perItemEvictionStrategyCache
(ScheduledExecutorService executorService, AsyncFunction<V, Duration, Exception> defaultTimeoutFunction) Build a newPerItemEvictionStrategyCache
using the given scheduled executor.