Class AbstractJCacheConfiguration
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.jcache.config.AbstractJCacheConfiguration
- All Implemented Interfaces:
- Aware,- ImportAware
- Direct Known Subclasses:
- AspectJJCacheConfiguration,- ProxyJCacheConfiguration
@Configuration(proxyBeanMethods=false)
public abstract class AbstractJCacheConfiguration
extends AbstractCachingConfiguration
Abstract JSR-107 specific 
@Configuration class providing common
 structure for enabling JSR-107 annotation-driven cache management capability.- Since:
- 4.1
- Author:
- Stephane Nicoll, Juergen Hoeller
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationAbstractCachingConfiguration.CachingConfigurerSupplier
- 
Field SummaryFieldsFields inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationcacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiduseCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier cachingConfigurerSupplier) Extract the configuration from the nominatedCachingConfigurer.Methods inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationsetImportMetadata
- 
Field Details- 
exceptionCacheResolver
 
- 
- 
Constructor Details- 
AbstractJCacheConfigurationpublic AbstractJCacheConfiguration()
 
- 
- 
Method Details- 
useCachingConfigurerprotected void useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier cachingConfigurerSupplier) Description copied from class:AbstractCachingConfigurationExtract the configuration from the nominatedCachingConfigurer.- Overrides:
- useCachingConfigurerin class- AbstractCachingConfiguration
 
- 
cacheOperationSource
 
-