Package | Description |
---|---|
com.okta.sdk.cache | |
com.okta.sdk.client | |
org.openapitools.client |
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. |
Constructor and Description |
---|
ApiClient(org.springframework.web.client.RestTemplate restTemplate,
CacheManager cacheManager) |
Copyright © 2017-2022 Okta. All Rights Reserved.