Uses of Class
org.forgerock.util.PerItemEvictionStrategyCache
Packages that use PerItemEvictionStrategyCache
Package
Description
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo
.-
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 aCachingAccessTokenResolver
delegating to the givenAccessTokenResolver
using the given (pre-configured) cache.