Uses of Interface
org.springframework.cache.jcache.interceptor.JCacheOperationSource
Packages that use JCacheOperationSource
Package
Description
AspectJ-based caching support.
Support package for declarative JSR-107 caching configuration.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
- 
Uses of JCacheOperationSource in org.springframework.cache.aspectjMethods in org.springframework.cache.aspectj with parameters of type JCacheOperationSourceModifier and TypeMethodDescriptionorg.springframework.cache.aspectj.JCacheCacheAspectAspectJJCacheConfiguration.cacheAspect(JCacheOperationSource jCacheOperationSource) 
- 
Uses of JCacheOperationSource in org.springframework.cache.jcache.configMethods in org.springframework.cache.jcache.config that return JCacheOperationSourceMethods in org.springframework.cache.jcache.config with parameters of type JCacheOperationSourceModifier and TypeMethodDescriptionProxyJCacheConfiguration.cacheAdvisor(JCacheOperationSource jCacheOperationSource, JCacheInterceptor jCacheInterceptor) ProxyJCacheConfiguration.cacheInterceptor(JCacheOperationSource jCacheOperationSource) 
- 
Uses of JCacheOperationSource in org.springframework.cache.jcache.interceptorClasses in org.springframework.cache.jcache.interceptor that implement JCacheOperationSourceModifier and TypeClassDescriptionclassAbstract implementation ofJCacheOperationSourcethat caches operations for methods and implements a fallback policy: 1.classImplementation of theJCacheOperationSourceinterface that reads the JSR-107CacheResult,CachePut,CacheRemoveandCacheRemoveAllannotations.classThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.Methods in org.springframework.cache.jcache.interceptor that return JCacheOperationSourceModifier and TypeMethodDescriptionJCacheAspectSupport.getCacheOperationSource()Return the CacheOperationSource for this cache aspect.Methods in org.springframework.cache.jcache.interceptor with parameters of type JCacheOperationSourceModifier and TypeMethodDescriptionvoidBeanFactoryJCacheOperationSourceAdvisor.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.