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.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyCachingConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven cache management. |
Modifier and Type | Class and Description |
---|---|
class |
AspectJCachingConfiguration
@Configuration class that registers the Spring infrastructure beans
necessary to enable AspectJ-based annotation-driven cache management. |
class |
AspectJJCacheConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
to enable AspectJ-based annotation-driven cache management for standard JSR-107
annotations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJCacheConfiguration
Abstract JSR-107 specific
@Configuration class providing common
structure for enabling JSR-107 annotation-driven cache management capability. |
class |
ProxyJCacheConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven JSR-107 cache management. |