Uses of Class
org.springframework.cache.annotation.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
Modifier 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
Modifier 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
Modifier 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.