Package | Description |
---|---|
com.okta.sdk.cache | |
com.okta.sdk.client | |
com.okta.sdk.ds |
Modifier and Type | Method and Description |
---|---|
CacheManager |
CacheManagerBuilder.build()
Returns a new
CacheManager instance reflecting Builder's current configuration. |
static CacheManager |
Caches.newDisabledCacheManager()
Instantiates a new
CacheManager that disables caching entirely. |
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.setCacheManager(CacheManager cacheManager)
Sets the
CacheManager that should be used to cache Okta REST resources, reducing round-trips to the
Okta API server and enhancing application performance. |
Modifier and Type | Method and Description |
---|---|
CacheManager |
DataStore.getCacheManager()
Returns the CacheManager used to improve data store performance.
|
Copyright © 2017-2022 Okta. All Rights Reserved.