接口的使用
org.springframework.cache.annotation.CachingConfigurer
使用CachingConfigurer的程序包 程序包 说明 org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.org.springframework.cache.annotation中CachingConfigurer的使用
实现CachingConfigurer的org.springframework.cache.annotation中的类 修饰符和类型 类 说明 classCachingConfigurerSupportAn implementation ofCachingConfigurerwith empty methods allowing sub-classes to override only the methods they're interested in.参数类型为CachingConfigurer的org.springframework.cache.annotation中的方法 修饰符和类型 方法 说明 protected voidAbstractCachingConfiguration. useCachingConfigurer(CachingConfigurer config)Extract the configuration from the nominatedCachingConfigurer.org.springframework.cache.jcache.config中CachingConfigurer的使用
org.springframework.cache.jcache.config中CachingConfigurer的子接口 修饰符和类型 接口 说明 interfaceJCacheConfigurerExtension ofCachingConfigurerfor the JSR-107 implementation.实现CachingConfigurer的org.springframework.cache.jcache.config中的类 修饰符和类型 类 说明 classJCacheConfigurerSupportAn extension ofCachingConfigurerSupportthat also implementsJCacheConfigurer.参数类型为CachingConfigurer的org.springframework.cache.jcache.config中的方法 修饰符和类型 方法 说明 protected voidAbstractJCacheConfiguration. useCachingConfigurer(CachingConfigurer config)