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