mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
perf: 集成 Spring Cache,优化查询用户昵称性能
This commit is contained in:
@@ -42,4 +42,9 @@ public class CacheConsts {
|
||||
* 限流键前缀
|
||||
*/
|
||||
public static final String LIMIT_KEY_PREFIX = "LIMIT";
|
||||
|
||||
/**
|
||||
* 用户缓存键前缀
|
||||
*/
|
||||
public static final String USER_KEY_PREFIX = "USER";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user