新增缓存监控功能

This commit is contained in:
RuoYi
2020-11-23 10:18:58 +08:00
parent 784cc3a10f
commit 30850c1fdf
9 changed files with 406 additions and 10 deletions

View File

@ -66,6 +66,11 @@ public class Constants
* 排序的方向 "desc" 或者 "asc".
*/
public static final String IS_ASC = "isAsc";
/**
* 系统用户授权缓存
*/
public static final String SYS_AUTH_CACHE = "sys-authCache";
/**
* 参数管理 cache name