
com.github.bingoohuang.springrediscache.Consts 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;
interface Consts {
long DaySeconds = 24L * 60 * 60;
long RefreshSpanSeconds = 15;
long MaxSeconds = Long.MAX_VALUE / 1000 / 1000 / 1000;
long MinSeconds = Integer.MAX_VALUE;
long AheadRefreshSeconds = 60L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy