Uses of Interface
com.okta.sdk.cache.Cache
-
Uses of Cache in com.okta.sdk.cache
-
Uses of Cache in com.okta.sdk.impl.cache
Modifier and TypeClassDescriptionclass
DefaultCache<K,
V> class
DisabledCache<K,
V> A disabled implementation that does nothing.Modifier and TypeFieldDescriptionprotected final ConcurrentMap
<String, Cache> DefaultCacheManager.caches
Retains all Cache objects maintained by this cache manager.Modifier 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.