类 CacheProperties
java.lang.Object
cn.herodotus.stirrup.cache.core.properties.CacheSetting
cn.herodotus.stirrup.cache.core.properties.CacheProperties
@ConfigurationProperties(prefix="herodotus.cache")
public class CacheProperties
extends CacheSetting
Description: 缓存配置属性
- 作者:
- : gengwei.zheng
- Date:
- : 2021/7/13 10:16
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetAllowNullValues(Boolean allowNullValues) voidsetInstances(Map<String, CacheSetting> instances) voidsetSeparator(String separator) toString()从类继承的方法 cn.herodotus.stirrup.cache.core.properties.CacheSetting
getArea, getExpire, getLocalExpire, getLocalLimit, getMethod, getPenetrationProtect, getPenetrationProtectTimeout, getSync, setArea, setExpire, setLocalExpire, setLocalLimit, setMethod, setPenetrationProtect, setPenetrationProtectTimeout, setSync
-
构造器详细资料
-
CacheProperties
public CacheProperties()
-
-
方法详细资料
-
getAllowNullValues
-
setAllowNullValues
-
getInstances
-
setInstances
-
getSeparator
-
setSeparator
-
toString
- 覆盖:
toString在类中CacheSetting
-