Uses of Interface
com.okta.sdk.cache.CacheManager
-
Packages that use CacheManager Package Description com.okta.sdk.cache com.okta.sdk.client com.okta.sdk.ds -
-
Uses of CacheManager in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return CacheManager Modifier and Type Method Description CacheManagerCacheManagerBuilder. 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 CacheManager Modifier and Type Method Description ClientBuilderClientBuilder. 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.ds
Methods in com.okta.sdk.ds that return CacheManager Modifier and Type Method Description CacheManagerDataStore. getCacheManager()Returns the CacheManager used to improve data store performance.
-