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 CacheManager
CacheManagerBuilder. 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
Methods in com.okta.sdk.client with parameters of type CacheManager Modifier and Type Method Description ClientBuilder
ClientBuilder. 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.ds
Methods in com.okta.sdk.ds that return CacheManager Modifier and Type Method Description CacheManager
DataStore. getCacheManager()
Returns the CacheManager used to improve data store performance.
-