Interface | Description |
---|---|
CacheConfiguration |
Represents configuration settings for a particular
Cache region. |
Class | Description |
---|---|
DefaultCache<K,V> | |
DefaultCache.Entry<V> |
An Entry is a wrapper that encapsulates the actual
value stored in the cache as well as
creationTimeMillis and lastAccessTimeMillis
metadata about the entry itself. |
DefaultCacheConfiguration | |
DefaultCacheConfigurationBuilder | |
DefaultCacheManager |
Very simple default
CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap . |
DefaultCacheManagerBuilder | |
DisabledCache<K,V> |
A disabled implementation that does nothing.
|
DisabledCacheManager |
A disabled implementation that does nothing.
|
Copyright © 2017–2023 Okta. All rights reserved.