可以在缓存设置中搜索缓存条件

This commit is contained in:
GoEdgeLab
2023-08-07 17:08:38 +08:00
parent 2f84205925
commit feca62da58
3 changed files with 64 additions and 4 deletions

View File

@@ -126,7 +126,7 @@
</table>
<h4>默认缓存条件</h4>
<http-cache-refs-config-box :v-cache-refs="cachePolicy.cacheRefs" :v-cache-policy-id="cachePolicy.id"></http-cache-refs-config-box>
<http-cache-refs-config-box :v-cache-refs="cachePolicy.cacheRefs" :v-cache-policy-id="cachePolicy.id" :v-max-bytes="cachePolicy.maxSize"></http-cache-refs-config-box>
<submit-btn></submit-btn>
</form>