Uses of Interface
com.okta.sdk.cache.CacheManager
Packages that use CacheManager
Package
Description
-
Uses of CacheManager in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return CacheManagerModifier and TypeMethodDescriptionCacheManagerBuilder.build()Returns a newCacheManagerinstance reflecting Builder's current configuration.static CacheManagerCaches.newDisabledCacheManager()Instantiates a newCacheManagerthat disables caching entirely. -
Uses of CacheManager in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type CacheManagerModifier and TypeMethodDescriptionClientBuilder.setCacheManager(CacheManager cacheManager) Sets theCacheManagerthat 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
Classes in com.okta.sdk.impl.cache that implement CacheManagerModifier and TypeClassDescriptionclassVery simple defaultCacheManagerimplementation that retains all createdCacheinstances in an in-memoryConcurrentMap.classA disabled implementation that does nothing.Methods in com.okta.sdk.impl.cache that return CacheManager -
Uses of CacheManager in com.okta.sdk.impl.client
Methods in com.okta.sdk.impl.client with parameters of type CacheManagerModifier and TypeMethodDescriptionDefaultClientBuilder.setCacheManager(CacheManager cacheManager) -
Uses of CacheManager in com.okta.sdk.resource.client
Constructors in com.okta.sdk.resource.client with parameters of type CacheManagerModifierConstructorDescriptionApiClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, CacheManager cacheManager, com.okta.commons.http.config.HttpClientConfiguration httpClientConfiguration)