Uses of Interface
org.springframework.cache.annotation.CacheAnnotationParser
Package
Description
Annotations and supporting classes for declarative cache management.
-
Uses of CacheAnnotationParser in org.springframework.cache.annotation
Modifier and TypeClassDescriptionclass
Strategy implementation for parsing Spring'sCaching
,Cacheable
,CacheEvict
, andCachePut
annotations.Modifier and TypeMethodDescriptionAnnotationCacheOperationSource.CacheOperationProvider.getCacheOperations
(CacheAnnotationParser parser) Return theCacheOperation
instance(s) provided by the specified parser.ModifierConstructorDescriptionAnnotationCacheOperationSource
(CacheAnnotationParser annotationParser) Create a custom AnnotationCacheOperationSource.AnnotationCacheOperationSource
(CacheAnnotationParser... annotationParsers) Create a custom AnnotationCacheOperationSource.ModifierConstructorDescriptionAnnotationCacheOperationSource
(Set<CacheAnnotationParser> annotationParsers) Create a custom AnnotationCacheOperationSource.