| Package | Description |
|---|---|
| com.okta.sdk.impl.cache |
| Constructor and Description |
|---|
DefaultCache(java.lang.String name,
java.util.Map<K,DefaultCache.Entry<V>> backingMap)
Creates a new
DefaultCache instance with the specified name, storing entries in the specified
backingMap. |
DefaultCache(java.lang.String name,
java.util.Map<K,DefaultCache.Entry<V>> backingMap,
java.time.Duration timeToLive,
java.time.Duration timeToIdle)
Creates a new
DefaultCache instance with the specified name, storing entries in the specified
backingMap, using the specified timeToLive and timeToIdle settings. |
Copyright © 2017-2021 Okta. All Rights Reserved.