Cache-Control Parser
Analizzatore Cache-Control
Analizza le politiche di caching, l'ambito della memorizzabilità nella cache e il TTL di freschezza. Genera anche header riproducibili tramite il Builder.
Riepilogo dell'analisi
Shared caches allowedfreschezza: 10m 0sstale-while-revalidate: 30s
Memorizzabilità
Shared caches allowed
TTL di freschezza
10m 0s
Stale-While-Revalidate
30s
Stale-If-Error
-
Builder
public, max-age=600, stale-while-revalidate=30Anteprima 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
}