2 lines
608 B
JavaScript
Raw Permalink Normal View History

2025-06-02 21:34:56 +08:00
import{Z as e}from"./index-C-c3zR6K.js";function t(){return e({url:"/monitor/cache",method:"get"})}function r(){return e({url:"/monitor/cache/getNames",method:"get"})}function o(t){return e({url:"/monitor/cache/getKeys/"+t,method:"get"})}function n(t,r){return e({url:"/monitor/cache/getValue/"+t+"/"+r,method:"get"})}function c(t){return e({url:"/monitor/cache/clearCacheName/"+t,method:"delete"})}function a(t){return e({url:"/monitor/cache/clearCacheKey/"+t,method:"delete"})}function u(){return e({url:"/monitor/cache/clearCacheAll",method:"delete"})}export{o as a,n as b,c,a as d,u as e,t as g,r as l};