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

com.base4j.cache.utils.CacheCustoms Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.base4j.cache.utils;

/**
 * 缓存中用到的一些常量
 *
 * @author FY
 */
public interface CacheCustoms {

    /** 缓存操作 - 删除 */
    byte OPT_DELTED_KEY = 0x01;

    /** 一级缓存标识 */
    byte CACHE_LV_1 = 1;
    /** 二级缓存标识 */
    byte CACHE_LV_2 = 2;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy