Class AbstractCachingConfiguration

java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
All Implemented Interfaces:
Aware, ImportAware
Direct Known Subclasses:
AbstractJCacheConfiguration, AspectJCachingConfiguration, ProxyCachingConfiguration

@Configuration(proxyBeanMethods=false) public abstract class AbstractCachingConfiguration extends Object implements ImportAware
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
Since:
3.1
Author:
Chris Beams, Stephane Nicoll, Juergen Hoeller
See Also: