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