Uses of Class
com.okta.sdk.impl.cache.DefaultCache.Entry
-
Uses of DefaultCache.Entry in com.okta.sdk.impl.cache
ModifierConstructorDescriptionDefaultCache
(String name, Map<K, DefaultCache.Entry<V>> backingMap) Creates a newDefaultCache
instance with the specifiedname
, storing entries in the specifiedbackingMap
.DefaultCache
(String name, Map<K, DefaultCache.Entry<V>> backingMap, Duration timeToLive, Duration timeToIdle) Creates a newDefaultCache
instance with the specifiedname
, storing entries in the specifiedbackingMap
, using the specifiedtimeToLive
andtimeToIdle
settings.