diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue new file mode 100644 index 0000000..bc5f376 --- /dev/null +++ b/src/views/monitor/cache/index.vue @@ -0,0 +1,954 @@ + + + + + + + + + + + + + + + + + + + + + + + + 确定要清空所有缓存吗? + + + 此操作将删除Redis中的所有数据,且不可恢复! + + + + + + + + + + {{ cache.cacheName }} + + + {{ cache.remark }} + + + + + + + + + + + + 确定删除此缓存分类的所有数据吗? + + + + + + + + + + + + + + + + + + + + + + + + + + + + 加载缓存键名中... + + + + + + + + + + + + + + + {{ key }} + + + + + + + + + + + + 确定删除此缓存键吗? + + + + + + + + + + + + + + + + + + + + + + + + + + + + 加载缓存内容中... + + + + + + + + + 缓存键名 + + + {{ cacheContent?.cacheKey || 'N/A' }} + + + + + 过期时间 + + + + + + + {{ cacheContent.expireTime }} + + + + + + 永不过期 + + + + + + + + + + 缓存内容 + + + + + + + 格式化 + + + + + + 复制 + + + + + + + {{ formattedContent }} + + + + + + + + + + + + + + +
+ 确定要清空所有缓存吗? +
+ 此操作将删除Redis中的所有数据,且不可恢复! +
{{ formattedContent }}