Uses of Class
org.springframework.cache.annotation.AbstractCachingConfiguration
Packages that use AbstractCachingConfiguration
Package
Description
Annotations and supporting classes for declarative cache management.
Support package for declarative JSR-107 caching configuration.
- 
Uses of AbstractCachingConfiguration in org.springframework.cache.annotationSubclasses of AbstractCachingConfiguration in org.springframework.cache.annotationModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.
- 
Uses of AbstractCachingConfiguration in org.springframework.cache.aspectjSubclasses of AbstractCachingConfiguration in org.springframework.cache.aspectjModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.class@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.configSubclasses of AbstractCachingConfiguration in org.springframework.cache.jcache.configModifier and TypeClassDescriptionclassAbstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.class@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.