可以在ruoyi-common-core模块中的com.ruoyi.common.core.constant.CacheConstants类中设置。
/**
* 缓存有效期,默认720(分钟)
*/
public final static long EXPIRATION = 720;
/**
* 缓存刷新时间,默认120(分钟)
*/
public final static long REFRESH_TIME = 120;
powered by kaifamiao