Package com.okta.sdk.cache
package com.okta.sdk.cache
-
ClassDescriptionCache<K,
V> A Cache efficiently stores temporary objects primarily to improve an application's performance.A Builder to specify configuration forCache
regions.A CacheManager provides and maintains the lifecycle ofCache
instances.Builder for creating simpleCacheManager
instances suitable for SINGLE-JVM APPLICATIONS.Static utility/helper factory methods for buildingCacheManager
s and their associated cache regions, suitable for SINGLE-JVM APPLICATIONS.