Package com.okta.sdk.impl.cache
package com.okta.sdk.impl.cache
-
ClassDescriptionRepresents configuration settings for a particular
Cache
region.DefaultCache<K,V> An Entry is a wrapper that encapsulates the actualvalue
stored in the cache as well ascreationTimeMillis
andlastAccessTimeMillis
metadata about the entry itself.Very simple defaultCacheManager
implementation that retains all createdCache
instances in an in-memoryConcurrentMap
.DisabledCache<K,V> A disabled implementation that does nothing.A disabled implementation that does nothing.