Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.aspectj | |
org.springframework.cache.jcache.config |
Support package for declarative JSR-107 caching configuration.
|
Class and Description |
---|
AbstractCachingConfiguration
Abstract base
@Configuration class providing common structure
for enabling Spring's annotation-driven cache management capability. |
AbstractCachingConfiguration.CachingConfigurerSupplier |
AnnotationCacheOperationSource.CacheOperationProvider
Callback interface providing
CacheOperation instance(s) based on
a given CacheAnnotationParser . |
CacheAnnotationParser
Strategy interface for parsing known caching annotation types.
|
CachingConfigurer
Interface to be implemented by @
Configuration classes annotated with @EnableCaching that wish or need to
specify explicitly how caches are resolved and how keys are generated for annotation-driven
cache management. |
Class and Description |
---|
AbstractCachingConfiguration
Abstract base
@Configuration class providing common structure
for enabling Spring's annotation-driven cache management capability. |
Class and Description |
---|
AbstractCachingConfiguration
Abstract base
@Configuration class providing common structure
for enabling Spring's annotation-driven cache management capability. |
AbstractCachingConfiguration.CachingConfigurerSupplier |
CachingConfigurer
Interface to be implemented by @
Configuration classes annotated with @EnableCaching that wish or need to
specify explicitly how caches are resolved and how keys are generated for annotation-driven
cache management. |
CachingConfigurerSupport
An implementation of
CachingConfigurer with empty methods allowing
subclasses to override only the methods they're interested in. |