Cache-Control Parser
Analisis Cache-Control
Analisis kebijakan cache, cakupan yang dapat di-cache, dan TTL kesegaran. Hasilkan header yang dapat direproduksi melalui Builder.
Ringkasan Analisis
Shared caches allowedkesegaran: 10m 0sstale-while-revalidate: 30s
Kemampuan Cache
Shared caches allowed
TTL Kesegaran
10m 0s
Stale-While-Revalidate
30s
Stale-If-Error
-
Builder
public, max-age=600, stale-while-revalidate=30Pratinjau 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
}