Package | Description |
---|---|
com.okta.sdk.cache | |
com.okta.sdk.impl.cache |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheManager.getCache(String name)
Acquires the cache with the specified
name . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCache<K,V>
|
class |
DisabledCache<K,V>
A disabled implementation that does nothing.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,Cache> |
DefaultCacheManager.caches
Retains all Cache objects maintained by this cache manager.
|
Modifier and Type | Method and Description |
---|---|
protected Cache |
DefaultCacheManager.createCache(String name)
Creates a new
Cache instance associated with the specified name . |
<K,V> Cache<K,V> |
DefaultCacheManager.getCache(String name)
Returns the cache with the specified
name . |
<K,V> Cache<K,V> |
DisabledCacheManager.getCache(String name)
Always returns a
DisabledCache instance to ensure non-null guarantees. |
Copyright © 2017–2023 Okta. All rights reserved.