| Package | Description | 
|---|---|
| org.springframework.cache.annotation | Annotations and supporting classes for declarative cache management. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpringCacheAnnotationParserStrategy implementation for parsing Spring's  Caching,Cacheable,CacheEvict, andCachePutannotations. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<CacheOperation> | AnnotationCacheOperationSource.CacheOperationProvider. getCacheOperations(CacheAnnotationParser parser)Return the  CacheOperationinstance(s) provided by the specified parser. | 
| Constructor and Description | 
|---|
| AnnotationCacheOperationSource(CacheAnnotationParser... annotationParsers)Create a custom AnnotationCacheOperationSource. | 
| AnnotationCacheOperationSource(CacheAnnotationParser annotationParser)Create a custom AnnotationCacheOperationSource. | 
| Constructor and Description | 
|---|
| AnnotationCacheOperationSource(Set<CacheAnnotationParser> annotationParsers)Create a custom AnnotationCacheOperationSource. |