package message.cache;
/**
* .
*
* @author sunhao(sunhao.java@gmail.com)
* @version V1.0, 14-8-27 下午11:29
*/
public class Constants {
/**
* 缓存中默认存在时间(30天)30 * 24 * 60 * 60 = 2592000
* 单位:秒
*/
public static final Integer DEFAULT_EXPIRE_TIME = 2592000;
}