See: Description
Interface | Description |
---|---|
JCacheConfigurer |
Extension of
CachingConfigurer for the JSR-107 implementation. |
Class | Description |
---|---|
AbstractJCacheConfiguration |
Abstract JSR-107 specific
@Configuration class providing common
structure for enabling JSR-107 annotation-driven cache management capability. |
JCacheConfigurerSupport |
An extension of
CachingConfigurerSupport that also implements
JCacheConfigurer . |
ProxyJCacheConfiguration |
@Configuration class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven JSR-107 cache management. |
Provide an extension of the CachingConfigurer
that exposes
the exception cache resolver to use, see JCacheConfigurer
.