gaodm 4 роки тому
батько
коміт
534c3bfcda
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/main/java/com/diagbot/web/CacheController.java

+ 1 - 0
src/main/java/com/diagbot/web/CacheController.java

@@ -32,6 +32,7 @@ public class CacheController {
     @PostMapping("/clear")
     @SysLogger("clear")
     public RespDTO<Boolean> clear() {
+        cacheFacade.clear();
         cacheFacade.clearLoadCache();
         return RespDTO.onSuc(true);
     }