Uses of Interface
org.springframework.cache.annotation.CacheAnnotationParser
Packages that use CacheAnnotationParser
Package
Description
Annotations and supporting classes for declarative cache management.
-
Uses of CacheAnnotationParser in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation that implement CacheAnnotationParserModifier and TypeClassDescriptionclass
Strategy implementation for parsing Spring'sCaching
,Cacheable
,CacheEvict
, andCachePut
annotations.Methods in org.springframework.cache.annotation with parameters of type CacheAnnotationParserModifier and TypeMethodDescriptionAnnotationCacheOperationSource.CacheOperationProvider.getCacheOperations
(CacheAnnotationParser parser) Return theCacheOperation
instance(s) provided by the specified parser.Constructors in org.springframework.cache.annotation with parameters of type CacheAnnotationParserModifierConstructorDescriptionAnnotationCacheOperationSource
(CacheAnnotationParser annotationParser) Create a custom AnnotationCacheOperationSource.AnnotationCacheOperationSource
(CacheAnnotationParser... annotationParsers) Create a custom AnnotationCacheOperationSource.Constructor parameters in org.springframework.cache.annotation with type arguments of type CacheAnnotationParserModifierConstructorDescriptionAnnotationCacheOperationSource
(Set<CacheAnnotationParser> annotationParsers) Create a custom AnnotationCacheOperationSource.