AnnotationCacheOperationSource()
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(publicMethodsOnly: Boolean)
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
publicMethodsOnly - whether to support only annotated public methods typically for use with proxy-based AOP), or protected/private methods as well (typically used with AspectJ class weaving)
AnnotationCacheOperationSource(annotationParser: CacheAnnotationParser)
Create a custom AnnotationCacheOperationSource.
annotationParser - the CacheAnnotationParser to use
AnnotationCacheOperationSource(vararg annotationParsers: CacheAnnotationParser)AnnotationCacheOperationSource(annotationParsers: MutableSet<CacheAnnotationParser>)
Create a custom AnnotationCacheOperationSource.