Package | Description |
---|---|
com.okta.sdk.impl.cache |
Constructor and Description |
---|
DefaultCache(String name,
Map<K,DefaultCache.Entry<V>> backingMap)
Creates a new
DefaultCache instance with the specified name , storing entries in the specified
backingMap . |
DefaultCache(String name,
Map<K,DefaultCache.Entry<V>> backingMap,
Duration timeToLive,
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–2023 Okta. All rights reserved.