| 程序包 | 说明 |
|---|---|
| org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SpringCacheAnnotationParser
Strategy implementation for parsing Spring's
Caching, Cacheable,
CacheEvict, and CachePut annotations. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<CacheOperation> |
AnnotationCacheOperationSource.CacheOperationProvider.getCacheOperations(CacheAnnotationParser parser)
Return the
CacheOperation instance(s) provided by the specified parser. |
| 构造器和说明 |
|---|
AnnotationCacheOperationSource(CacheAnnotationParser... annotationParsers)
Create a custom AnnotationCacheOperationSource.
|
AnnotationCacheOperationSource(CacheAnnotationParser annotationParser)
Create a custom AnnotationCacheOperationSource.
|
| 构造器和说明 |
|---|
AnnotationCacheOperationSource(Set<CacheAnnotationParser> annotationParsers)
Create a custom AnnotationCacheOperationSource.
|