Uses of Interface
com.okta.sdk.cache.CacheManager
Package
Description
-
Uses of CacheManager in com.okta.sdk.cache
Modifier and TypeMethodDescriptionCacheManagerBuilder.build()
Returns a newCacheManager
instance reflecting Builder's current configuration.static CacheManager
Caches.newDisabledCacheManager()
Instantiates a newCacheManager
that disables caching entirely. -
Uses of CacheManager in com.okta.sdk.client
Modifier and TypeMethodDescriptionClientBuilder.setCacheManager
(CacheManager cacheManager) Sets theCacheManager
that should be used to cache Okta REST resources, reducing round-trips to the Okta API server and enhancing application performance. -
Uses of CacheManager in com.okta.sdk.impl.cache
Modifier and TypeClassDescriptionclass
Very simple defaultCacheManager
implementation that retains all createdCache
instances in an in-memoryConcurrentMap
.class
A disabled implementation that does nothing. -
Uses of CacheManager in com.okta.sdk.impl.client
Modifier and TypeMethodDescriptionDefaultClientBuilder.setCacheManager
(CacheManager cacheManager) -
Uses of CacheManager in com.okta.sdk.resource.client
ModifierConstructorDescriptionApiClient
(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, CacheManager cacheManager)