THE GARDEN
Updated 18 Sep 2026
storing HTTP responses for reuse when cache rules permit
private cache — serves one user, commonly within a browser
shared cache — can serve multiple useres, such as proxy or CDN
reusable fresh response -> serve from cache
validation required and validator available -> send a conditional request
no usable resopnse or validator -> retrieve the representation
“fresh” means reusable according to HTTP freshness rules
it does not prove that the application publisher has not deployed a newer version
stale responses require validation or another explicitly permitted reuse condition
Vary identifies request fields that affect representation selection
Vary
https://www.rfc-editor.org/rfc/rfc9111.html
Cache-Control
Unavailable reference
◌ Explore connections in Graph view
Paths through the garden