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

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

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