| Package | Description |
|---|---|
| org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringCacheAnnotationParser
Strategy implementation for parsing Spring's
Caching, Cacheable,
CacheEvict and CachePut annotations. |
| 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.
|
Copyright © 2015. All rights reserved.