Trình phân tích Cache-Control
Trình phân tích Cache-Control
Phân tích chính sách bộ nhớ đệm, phạm vi có thể lưu vào bộ nhớ đệm và TTL độ tươi. Cũng tạo tiêu đề có thể tái tạo qua Builder.
Tóm tắt phân tích
Builder
public, max-age=600, stale-while-revalidate=30Xem trước JSON
{
"directives": [
{
"key": "public",
"value": null
},
{
"key": "max-age",
"value": "600"
},
{
"key": "stale-while-revalidate",
"value": "30"
}
],
"warnings": [],
"cacheability": "Shared caches allowed",
"freshnessSeconds": 600,
"staleWhileRevalidateSeconds": 30,
"staleIfErrorSeconds": null
}Hiểu Cache-Control trực tuyến, không còn đọc cứng chỉ thị bộ nhớ đệm.