1.
2.
3.
4.
5.
6.
| URL | Cache-Control | Status | Cache-Hit | Avg Resp(ms) |
|---|---|---|---|---|
| https://cdn.example.com/video/seg1.ts | max-age=86400 | 200 | HIT | 18 |
| https://cdn.example.com/video/seg2.ts | max-age=86400 | 200 | MISS(回源) | 210 |
| https://cdn.example.com/preview.jpg | max-age=300 | 200 | HIT | 12 |
| https://cdn.example.com/video/init.m4s | no-cache | 200 | MISS(回源) | 240 |
7.
