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