Class CacheProperties.Redis
java.lang.Object
org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- Enclosing class:
- CacheProperties
Redis-specific cache properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setCacheNullValues
(boolean cacheNullValues) void
setEnableStatistics
(boolean enableStatistics) void
setKeyPrefix
(String keyPrefix) void
setTimeToLive
(Duration timeToLive) void
setUseKeyPrefix
(boolean useKeyPrefix)
-
Constructor Details
-
Redis
public Redis()
-
-
Method Details
-
getTimeToLive
-
setTimeToLive
-
isCacheNullValues
public boolean isCacheNullValues() -
setCacheNullValues
public void setCacheNullValues(boolean cacheNullValues) -
getKeyPrefix
-
setKeyPrefix
-
isUseKeyPrefix
public boolean isUseKeyPrefix() -
setUseKeyPrefix
public void setUseKeyPrefix(boolean useKeyPrefix) -
isEnableStatistics
public boolean isEnableStatistics() -
setEnableStatistics
public void setEnableStatistics(boolean enableStatistics)
-