Class ProxyCachingConfiguration
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.annotation.ProxyCachingConfiguration
- All Implemented Interfaces:
- Aware, ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class ProxyCachingConfiguration
extends AbstractCachingConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven cache management.- Since:
- 3.1
- Author:
- Chris Beams, Juergen Hoeller
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class AbstractCachingConfigurationAbstractCachingConfiguration.CachingConfigurerSupplier
- 
Field SummaryFields inherited from class AbstractCachingConfigurationcacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncacheAdvisor(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) cacheInterceptor(CacheOperationSource cacheOperationSource) Methods inherited from class AbstractCachingConfigurationsetImportMetadata, useCachingConfigurer
- 
Constructor Details- 
ProxyCachingConfigurationpublic ProxyCachingConfiguration()
 
- 
- 
Method Details- 
cacheAdvisor@Bean(name="org.springframework.cache.config.internalCacheAdvisor") @Role(2) public BeanFactoryCacheOperationSourceAdvisor cacheAdvisor(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) 
- 
cacheOperationSource
- 
cacheInterceptor
 
-