Class CacheProperties
java.lang.Object
cn.herodotus.engine.cache.core.properties.CacheSetting
cn.herodotus.engine.cache.core.properties.CacheProperties
@ConfigurationProperties(prefix="herodotus.cache")
public class CacheProperties
extends CacheSetting
Description: 缓存配置属性
- Author:
- : gengwei.zheng
- Date:
- : 2021/7/13 10:16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowNullValues(Boolean allowNullValues) voidsetInstances(Map<String, CacheSetting> instances) voidsetSeparator(String separator) toString()Methods inherited from class cn.herodotus.engine.cache.core.properties.CacheSetting
getArea, getExpire, getLocalExpire, getLocalLimit, getMethod, getPenetrationProtect, getPenetrationProtectTimeout, getSync, setArea, setExpire, setLocalExpire, setLocalLimit, setMethod, setPenetrationProtect, setPenetrationProtectTimeout, setSync
-
Constructor Details
-
CacheProperties
public CacheProperties()
-
-
Method Details
-
getAllowNullValues
-
setAllowNullValues
-
getInstances
-
setInstances
-
getSeparator
-
setSeparator
-
toString
- Overrides:
toStringin classCacheSetting
-