Uses of Class
org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
Packages that use AbstractFallbackJCacheOperationSource Package Description org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of AbstractFallbackJCacheOperationSource in org.springframework.cache.jcache.interceptor
Subclasses of AbstractFallbackJCacheOperationSource in org.springframework.cache.jcache.interceptor Modifier and Type Class Description classAnnotationJCacheOperationSourceImplementation of theJCacheOperationSourceinterface that reads the JSR-107CacheResult,CachePut,CacheRemoveandCacheRemoveAllannotations.classDefaultJCacheOperationSourceThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.