K - The cache key typeV - The cache value typepublic class SpringCache<K,V>
extends java.lang.Object
implements com.okta.sdk.cache.Cache<K,V>
Cache implementation that wraps a Spring Cache instance.
This allows the Okta SDK to use your existing Spring caching mechanism so you only need to configure one
caching implementation.
This implementation effectively acts as an adapter or bridge from the Okta SDK cache API to the Spring cache API.
| Constructor and Description |
|---|
SpringCache(org.springframework.cache.Cache springCache) |
Copyright © 2017-2020 Okta. All Rights Reserved.