类 AbstractCachingConfiguration
java.lang.Object
cn.taketoday.cache.annotation.AbstractCachingConfiguration
- 所有已实现的接口:
ImportAware
- 直接已知子类:
ProxyCachingConfiguration
Abstract base
@Configuration class providing common structure
for enabling Framework's annotation-driven cache management capability.- 从以下版本开始:
- 4.0
- 作者:
- Chris Beams, Stephane Nicoll, Juergen Hoeller
- 另请参阅:
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明protected Supplier<CacheManager>protected Supplier<CacheResolver>protected cn.taketoday.core.annotation.AnnotationAttributesprotected Supplier<CacheErrorHandler>protected Supplier<KeyGenerator> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.protected voiduseCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier cachingConfigurerSupplier) Extract the configuration from the nominatedCachingConfigurer.
-
字段详细资料
-
enableCaching
@Nullable protected cn.taketoday.core.annotation.AnnotationAttributes enableCaching -
cacheManager
-
cacheResolver
-
keyGenerator
-
errorHandler
-
-
构造器详细资料
-
AbstractCachingConfiguration
public AbstractCachingConfiguration()
-
-
方法详细资料
-
setImportMetadata
public void setImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) 从接口复制的说明:ImportAwareSet the annotation metadata of the importing @Configurationclass.- 指定者:
setImportMetadata在接口中ImportAware
-
useCachingConfigurer
protected void useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier cachingConfigurerSupplier) Extract the configuration from the nominatedCachingConfigurer.
-