程序包 org.springframework.cache.jcache.config
Support package for declarative JSR-107 caching configuration. Used by the regular Spring's caching configuration when it detects the JSR-107 API and Spring's JCache implementation.
Provide an extension of the CachingConfigurer that exposes the exception cache resolver to use, see JCacheConfigurer.
接口概要 接口 说明 JCacheConfigurer Extension ofCachingConfigurerfor the JSR-107 implementation.类概要 类 说明 AbstractJCacheConfiguration Abstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.JCacheConfigurerSupport An extension ofCachingConfigurerSupportthat also implementsJCacheConfigurer.ProxyJCacheConfiguration @Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.