mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 08:57:14 +08:00
perf: 对查询参数信息接口增加缓存处理
This commit is contained in:
@@ -58,6 +58,11 @@ public class CacheConsts {
|
||||
*/
|
||||
public static final String DICT_KEY_PREFIX = "DICT";
|
||||
|
||||
/**
|
||||
* 参数缓存键前缀
|
||||
*/
|
||||
public static final String OPTION_KEY_PREFIX = "OPTION";
|
||||
|
||||
/**
|
||||
* 仪表盘缓存键前缀
|
||||
*/
|
||||
|
Reference in New Issue
Block a user