ExpiredTime.java 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package com.yohoufo.msg.cache; /** * Created by chao.chen on 2018/12/5. */ public interface ExpiredTime { int CASE_EXPIRED_TIME = 300; }