src/main/java/com/moon/server/entity/all/RedisCacheKey.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/moon/server/service/all/PermsService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/moon/server/entity/all/RedisCacheKey.java
@@ -41,13 +41,6 @@ } /** * 资源列表授权键 */ public static String permsResListKey(String key) { return "perms:resList:" + key; } /** * 菜单授权键 */ public static String permsMenusKey(String key) { src/main/java/com/moon/server/service/all/PermsService.java
@@ -98,7 +98,6 @@ public void clearResCache() { redisService.clearKeys(RedisCacheKey.permsResKey("")); redisService.clearKeys(RedisCacheKey.permsResListKey("")); } public void clearPermsCache() {