实现内存缓存

This commit is contained in:
刘祥超
2020-10-05 19:15:27 +08:00
parent 86e6138774
commit d80d44c824

View File

@@ -61,7 +61,8 @@
<tr> <tr>
<td>描述</td> <td>描述</td>
<td> <td>
{{cachePolicy.description}} <span v-if="cachePolicy.description.length > 0">{{cachePolicy.description}}</span>
<span v-else class="disabled">暂时还没有描述。</span>
</td> </td>
</tr> </tr>
</tbody> </tbody>