Uses of Interface
org.springframework.cache.jcache.interceptor.JCacheOperationSource
Packages that use JCacheOperationSource Package Description org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of JCacheOperationSource in org.springframework.cache.jcache.config
Methods in org.springframework.cache.jcache.config that return JCacheOperationSource Modifier and Type Method Description JCacheOperationSourceAbstractJCacheConfiguration. cacheOperationSource()Uses of JCacheOperationSource in org.springframework.cache.jcache.interceptor
Classes in org.springframework.cache.jcache.interceptor that implement JCacheOperationSource Modifier and Type Class Description classAbstractFallbackJCacheOperationSourceAbstract implementation ofJCacheOperationSourcethat caches attributes for methods and implements a fallback policy: 1.classAnnotationJCacheOperationSourceImplementation of theJCacheOperationSourceinterface that reads the JSR-107CacheResult,CachePut,CacheRemoveandCacheRemoveAllannotations.classDefaultJCacheOperationSourceThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.Methods in org.springframework.cache.jcache.interceptor that return JCacheOperationSource Modifier and Type Method Description JCacheOperationSourceJCacheAspectSupport. getCacheOperationSource()Return the CacheOperationSource for this cache aspect.protected abstract JCacheOperationSourceJCacheOperationSourcePointcut. getCacheOperationSource()Obtain the underlyingJCacheOperationSource(may benull).Methods in org.springframework.cache.jcache.interceptor with parameters of type JCacheOperationSource Modifier and Type Method Description voidBeanFactoryJCacheOperationSourceAdvisor. setCacheOperationSource(JCacheOperationSource cacheOperationSource)Set the cache operation attribute source which is used to find cache attributes.voidJCacheAspectSupport. setCacheOperationSource(JCacheOperationSource cacheOperationSource)Set the CacheOperationSource for this cache aspect.