Interface | Description |
---|---|
Cache<K,V> |
A Cache efficiently stores temporary objects primarily to improve an application's performance.
|
CacheConfigurationBuilder |
A Builder to specify configuration for
Cache regions. |
CacheManager |
A CacheManager provides and maintains the lifecycle of
Cache instances. |
CacheManagerBuilder |
Builder for creating simple
CacheManager instances suitable for SINGLE-JVM APPLICATIONS. |
Class | Description |
---|---|
Caches |
Static utility/helper factory methods for
building
CacheManager s and their associated cache regions, suitable for SINGLE-JVM APPLICATIONS. |
Copyright © 2017–2023 Okta. All rights reserved.