@RestController @RequestMapping(value="/system/cache") public class CacheController extends Object
CacheController()
Result<Map<String,Object>>
getInfo()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheController()
@PreAuthorize(value="@auth.hasAuthority(\'system:cache:list\')") @GetMapping public Result<Map<String,Object>> getInfo() throws Exception
Exception
Copyright © 2023. All rights reserved.