package com.zt.life.core.constant; public interface Cache { public String PRODUCT = "productCache"; public String ZTPRODUCT = "ztProductCache"; public String CONFIG = "configCache"; }