Uses of Class
org.springframework.cache.annotation.AbstractCachingConfiguration
Packages that use AbstractCachingConfiguration Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.cache.aspectj org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.Uses of AbstractCachingConfiguration in org.springframework.cache.annotation
Subclasses of AbstractCachingConfiguration in org.springframework.cache.annotation Modifier and Type Class Description classProxyCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.Uses of AbstractCachingConfiguration in org.springframework.cache.aspectj
Subclasses of AbstractCachingConfiguration in org.springframework.cache.aspectj Modifier and Type Class Description classAspectJCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.classAspectJJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.Uses of AbstractCachingConfiguration in org.springframework.cache.jcache.config
Subclasses of AbstractCachingConfiguration in org.springframework.cache.jcache.config Modifier and Type Class Description classAbstractJCacheConfigurationAbstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.classProxyJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.