.continew.continew-starter-cache-springcache.1.5.1.source-code.default-cache-springcache.yml Maven / Gradle / Ivy
--- ### Spring Cache 配置
spring.cache:
redis:
# 缓存过期时长(单位:毫秒,默认 -1,表示永不过期)
time-to-live: 7200000
# 是否允许缓存空值(默认 true,表示允许,可以解决缓存穿透问题)
cache-null-values: true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy