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

com.feingto.cloud.cache.enums.IntervalUnit Maven / Gradle / Ivy

There is a newer version: 2.5.2.RELEASE
Show newest version
package com.feingto.cloud.cache.enums;

/**
 * 时间单位
 *
 * @author longfei
 */
public enum IntervalUnit {
    YEAR,
    MOUTH,
    DAYS,
    HOURS,
    MINUTES,
    SECONDS,
    MILLISECONDS
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy