Uses of Class
org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Packages that use AbstractFallbackCacheOperationSource Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.Uses of AbstractFallbackCacheOperationSource in org.springframework.cache.annotation
Subclasses of AbstractFallbackCacheOperationSource in org.springframework.cache.annotation Modifier and Type Class Description class
AnnotationCacheOperationSource
Implementation of theCacheOperationSource
interface for working with caching metadata in annotation format.