Vue.component("http-cache-cond-box", { template: `
| 匹配条件 | |
| 缓存有效期 |
|
| 状态码列表 |
允许缓存的HTTP状态码列表。 |
| 跳过的Cache-Control值 |
当响应的Cache-Control为这些值时不缓存响应内容,而且不区分大小写。 |
| 跳过Set-Cookie |
选中后,当响应的Header中有Set-Cookie时不缓存响应内容。 |
| 支持请求no-cache刷新 |
选中后,当请求的Header中含有Pragma: no-cache或Cache-Control: no-cache时,会跳过缓存直接读取源内容。 |