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 TypeClassDescriptionclassDefaultCache<K,V> classDisabledCache<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.cachesRetains all Cache objects maintained by this cache manager.Methods in com.okta.sdk.impl.cache that return CacheModifier and TypeMethodDescriptionprotected CacheDefaultCacheManager.createCache(String name) Creates a newCacheinstance associated with the specifiedname.<K,V> Cache <K, V> Returns the cache with the specifiedname.<K,V> Cache <K, V> Always returns aDisabledCacheinstance to ensure non-null guarantees.