mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-09 04:57:11 +08:00
perf: 对查询仪表盘访问趋势信息接口增加缓存处理
This commit is contained in:
@@ -52,4 +52,9 @@ public class CacheConsts {
|
||||
* 菜单缓存键前缀
|
||||
*/
|
||||
public static final String MENU_KEY_PREFIX = "MENU";
|
||||
|
||||
/**
|
||||
* 仪表盘缓存键前缀
|
||||
*/
|
||||
public static final String DASHBOARD_KEY_PREFIX = "DASHBOARD";
|
||||
}
|
||||
|
Reference in New Issue
Block a user