RuoYi
2021-11-30 a2d3f987c04a2e5176a8686f1032f7f5bfee4af2
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 查询缓存详细
export function getCache() {
  return request({
    url: '/monitor/cache',
    method: 'get'
  })
}