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