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

io.github.wslxm.springbootplus2.constant.CacheKey Maven / Gradle / Ivy

The newest version!
package io.github.wslxm.springbootplus2.constant;

/**
 * 系统缓存key
 *
 * 

* 系统中已存在的相关缓存 *

* * @author wangsong * @version 1.0.1 * @mail [email protected] * @date 2021/7/30 0030 18:18 */ public interface CacheKey { /** * 接口权限数据 (全部) */ String AUTH_MAP_ALL = "default::auth_maps"; /** * 字典 ALL (全部) */ // String DICT_LIST_ALL = "dict_list_all"; /** * 全局配置 (根据code 缓存) */ String CONFIG_BY_CODE = "config"; /** * 全局配置 (根据 codes 缓存) */ String CONFIG_BY_CODES = "configs"; /** * 全局配置 (根据父级 code 缓存) */ String CONFIG_BY_P_CODE = "configmaps"; /** * 系统黑/白名单 (根据 type 缓存) */ String BLACK_LIST_BY_TYPE = "blacklist"; /** * benner (根据位置缓存) */ String BANNER_BY_POSITION = "banner"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy