perf: 对查询参数信息接口增加缓存处理

This commit is contained in:
2023-09-24 10:58:24 +08:00
parent b7c504ab8f
commit 243ac0104a
3 changed files with 12 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ public class CacheConsts {
*/
public static final String DICT_KEY_PREFIX = "DICT";
/**
* 参数缓存键前缀
*/
public static final String OPTION_KEY_PREFIX = "OPTION";
/**
* 仪表盘缓存键前缀
*/