Class ProxyJCacheConfiguration
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.jcache.config.AbstractJCacheConfiguration
org.springframework.cache.jcache.config.ProxyJCacheConfiguration
- All Implemented Interfaces:
 Aware,ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class ProxyJCacheConfiguration
extends AbstractJCacheConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
 to enable proxy-based annotation-driven JSR-107 cache management.
 Can safely be used alongside Spring's caching support.
- Since:
 - 4.1
 - Author:
 - Stephane Nicoll, Juergen Hoeller
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
AbstractCachingConfiguration.CachingConfigurerSupplier - 
Field Summary
Fields inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
exceptionCacheResolverFields inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
cacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncacheAdvisor(JCacheOperationSource jCacheOperationSource, JCacheInterceptor jCacheInterceptor) cacheInterceptor(JCacheOperationSource jCacheOperationSource) Methods inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
cacheOperationSource, useCachingConfigurerMethods inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
setImportMetadata 
- 
Constructor Details
- 
ProxyJCacheConfiguration
public ProxyJCacheConfiguration() 
 - 
 - 
Method Details
- 
cacheAdvisor
@Bean(name="org.springframework.cache.config.internalJCacheAdvisor") @Role(2) public BeanFactoryJCacheOperationSourceAdvisor cacheAdvisor(JCacheOperationSource jCacheOperationSource, JCacheInterceptor jCacheInterceptor)  - 
cacheInterceptor
@Bean(name="jCacheInterceptor") @Role(2) public JCacheInterceptor cacheInterceptor(JCacheOperationSource jCacheOperationSource)  
 -