
com.github.bingoohuang.springrediscache.RedisFor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-redis-cache Show documentation
Show all versions of spring-redis-cache Show documentation
spring cache based on redis
The newest version!
package com.github.bingoohuang.springrediscache;
public enum RedisFor {
/**
* Redis用于存储值(值有过期设置).
*/
StoreValue,
/**
* Redis用于存储刷新时间戳,当刷新时间戳变化时,刷新本地缓存值.
*/
RefreshSeconds,
/**
* 不使用Redis,使用当前目录下指定key的文件内容作为刷新秒数,当刷新时间戳变化时,刷新本地缓存值.
*/
CwdFileRefreshSeconds
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy