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: