| Package | Description | 
|---|---|
| org.springframework.cache.annotation | Annotations and supporting classes for declarative cache management. | 
| Class and Description | 
|---|
| AbstractCachingConfiguration Abstract base  @Configurationclass providing common structure
 for enabling Spring's annotation-driven cache management capability. | 
| AnnotationCacheOperationSource.CacheOperationProvider Callback interface providing  CacheOperationinstance(s) based on
 a givenCacheAnnotationParser. | 
| CacheAnnotationParser Strategy interface for parsing known caching annotation types. | 
| CachingConfigurer Interface to be implemented by @ Configurationclasses annotated with @EnableCachingthat wish or need to
 specify explicitly how caches are resolved and how keys are generated for annotation-driven
 cache management. |