Uses of Interface
com.okta.sdk.cache.Cache
Packages that use Cache
-
Uses of Cache in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return Cache -
Uses of Cache in com.okta.sdk.impl.cache
Classes in com.okta.sdk.impl.cache that implement CacheModifier and TypeClassDescriptionclass
DefaultCache<K,
V> class
DisabledCache<K,
V> A disabled implementation that does nothing.Fields in com.okta.sdk.impl.cache with type parameters of type CacheModifier and TypeFieldDescriptionprotected final ConcurrentMap
<String, Cache> DefaultCacheManager.caches
Retains all Cache objects maintained by this cache manager.Methods in com.okta.sdk.impl.cache that return CacheModifier and TypeMethodDescriptionprotected Cache
DefaultCacheManager.createCache
(String name) Creates a newCache
instance associated with the specifiedname
.<K,
V> Cache <K, V> Returns the cache with the specifiedname
.<K,
V> Cache <K, V> Always returns aDisabledCache
instance to ensure non-null guarantees.