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: