类 RedisCacheManagerConfiguration
java.lang.Object
com.sie.mbm.mom.framework.cache.config.RedisCacheManagerConfiguration
@Configuration
@ConditionalOnMissingBean(org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers.class)
public class RedisCacheManagerConfiguration
extends Object
CacheManagerCustomizers配置
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.boot.autoconfigure.cache.CacheManagerCustomizerscacheManagerCustomizers(org.springframework.beans.factory.ObjectProvider<List<org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<?>>> customizers)
-
构造器详细资料
-
RedisCacheManagerConfiguration
public RedisCacheManagerConfiguration()
-
-
方法详细资料
-
cacheManagerCustomizers
@Bean public org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers cacheManagerCustomizers(org.springframework.beans.factory.ObjectProvider<List<org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<?>>> customizers)
-