| Package | Description |
|---|---|
| org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
| org.springframework.cache.jcache.config |
Support package for declarative JSR-107 caching configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingConfigurerSupport
An implementation of
CachingConfigurer with empty methods allowing
sub-classes to override only the methods they're interested in. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCachingConfiguration.useCachingConfigurer(CachingConfigurer config)
Extract the configuration from the nominated
CachingConfigurer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCacheConfigurer
Extension of
CachingConfigurer for the JSR-107 implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JCacheConfigurerSupport
An extension of
CachingConfigurerSupport that also implements
JCacheConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJCacheConfiguration.useCachingConfigurer(CachingConfigurer config) |