org.macrocloud.kernel.template.constant.TemplateConstant Maven / Gradle / Ivy
The newest version!
package org.macrocloud.kernel.template.constant;
/**
* 缓存名
*
*/
public interface TemplateConstant {
String BIZ_CACHE = "macro:biz";
String MENU_CACHE = "macro:menu";
String USER_CACHE = "macro:user";
String DICT_CACHE = "macro:dict";
String FLOW_CACHE = "macro:flow";
String SYS_CACHE = "macro:sys";
String RESOURCE_CACHE = "macro:resource";
String PARAM_CACHE = "macro:param";
String DEFAULT_CACHE = "default:cache";
String RETRY_LIMIT_CACHE = "retry:limit:cache";
String HALF_HOUR = "half:hour";
String HOUR = "hour";
String ONE_DAY = "one:day";
String BID_PLAN_CACHE = "macro:bid:plan";
String BID_SUPPLIER_CACHE = "macro:bid:supplier";
String PROCESS_INSTANCE_ID = "processInstanceId:";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy