Package com.okta.sdk.impl.cache
package com.okta.sdk.impl.cache
-
ClassDescriptionRepresents configuration settings for a particular
Cacheregion.DefaultCache<K,V> An Entry is a wrapper that encapsulates the actualvaluestored in the cache as well ascreationTimeMillisandlastAccessTimeMillismetadata about the entry itself.Very simple defaultCacheManagerimplementation that retains all createdCacheinstances in an in-memoryConcurrentMap.DisabledCache<K,V> A disabled implementation that does nothing.A disabled implementation that does nothing.