Cache-Control Parser
Cache-Control Çözümleyici
Önbellek politikalarını, önbelleğe alınabilir kapsamı ve tazelik TTL'sini analiz edin. Builder aracılığıyla yenilenebilir üstbilgiler de oluşturun.
Çözümleme Özeti
Shared caches allowedtazelik: 10m 0sstale-while-revalidate: 30s
Önbelleğe Alınabilirlik
Shared caches allowed
Tazelik TTL
10m 0s
Stale-While-Revalidate
30s
Stale-If-Error
-
Builder
public, max-age=600, stale-while-revalidate=30JSON Önizleme
{
"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
}