| Interface | Description |
|---|---|
| JCacheConfigurationBuilder |
Helper class for building
Configuration classes |
| JCacheUtil |
Generic utility to allow one access to the JCache
CacheManager. |
| Class | Description |
|---|---|
| DefaultJCacheConfigurationBuilder | |
| DefaultJCacheUriProvider | |
| DefaultJCacheUtil |
Default utility to access and programmatically create JCache instances via the JCache
CacheManager. |
| JCacheRegionConfiguration |
DTO object to represent the configuration of a cache region
If
JCacheRegionConfiguration.configuration is set then it will be used to create the region otherwise the other properties will be used. |
| OnEhCacheMissingCondition |
Condition specifying that ehcache is not on the classpath
|
| TimedValueHolder |
JCache does not provide direct APIs for Per-Mapping expiry.
|
| Annotation Type | Description |
|---|---|
| ConditionalOnEhCacheMissing |
Used to indicate that a class should be instantiated as a bean if ehcache is missing fromm the classpath
|
Copyright © 2022. All rights reserved.