All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bingoohuang.springrediscache.RedisFor Maven / Gradle / Ivy

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