| | |
| | | <span>缓存列表</span>
|
| | | <el-button
|
| | | style="float: right; padding: 3px 0"
|
| | | type="text"
|
| | | link
|
| | | type="primary"
|
| | | icon="Refresh"
|
| | | @click="refreshCacheNames()"
|
| | | ></el-button>
|
| | |
| | | >
|
| | | <template #default="scope">
|
| | | <el-button
|
| | | type="text"
|
| | | link
|
| | | type="primary"
|
| | | icon="Delete"
|
| | | @click="handleClearCacheName(scope.row)"
|
| | | ></el-button>
|
| | |
| | | <span>键名列表</span>
|
| | | <el-button
|
| | | style="float: right; padding: 3px 0"
|
| | | type="text"
|
| | | link
|
| | | type="primary"
|
| | | icon="Refresh"
|
| | | @click="refreshCacheKeys()"
|
| | | ></el-button>
|
| | |
| | | >
|
| | | <template #default="scope">
|
| | | <el-button
|
| | | type="text"
|
| | | link
|
| | | type="primary"
|
| | | icon="Delete"
|
| | | @click="handleClearCacheKey(scope.row)"
|
| | | ></el-button>
|
| | |
| | | <span>缓存内容</span>
|
| | | <el-button
|
| | | style="float: right; padding: 3px 0"
|
| | | type="text"
|
| | | link
|
| | | type="primary"
|
| | | icon="Refresh"
|
| | | @click="handleClearCacheAll()"
|
| | | >清理全部</el-button
|