perf: 对查询仪表盘访问趋势信息接口增加缓存处理

This commit is contained in:
2023-09-09 22:12:18 +08:00
parent a1c20afb1b
commit 1722133ac4
3 changed files with 11 additions and 2 deletions

View File

@@ -52,4 +52,9 @@ public class CacheConsts {
* 菜单缓存键前缀
*/
public static final String MENU_KEY_PREFIX = "MENU";
/**
* 仪表盘缓存键前缀
*/
public static final String DASHBOARD_KEY_PREFIX = "DASHBOARD";
}