Uses of Class
org.forgerock.util.PerItemEvictionStrategyCache
Packages that use PerItemEvictionStrategyCache
Package
Description
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo.Provides common interfaces and classes.
-
Uses of PerItemEvictionStrategyCache in org.forgerock.http.oauth2.resolver
Constructors in org.forgerock.http.oauth2.resolver with parameters of type PerItemEvictionStrategyCacheModifierConstructorDescriptionCachingAccessTokenResolver(Clock clock, AccessTokenResolver resolver, PerItemEvictionStrategyCache<String, Promise<AccessTokenInfo, AccessTokenException>> cache) Builds aCachingAccessTokenResolverdelegating to the givenAccessTokenResolverusing the given (pre-configured) cache. -
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 newPerItemEvictionStrategyCacheusing the given scheduled executor.