Cache-Control Parser
Cache-Control Analyzer
Analyze caching policies, cacheable scope, and freshness TTL. Also generate reproducible headers via the Builder.
Parse Summary
Builder
public, max-age=600, stale-while-revalidate=30JSON Preview
{
"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
}Understand Cache-Control online, no more guessing cache directives.