Wiki: Cache Oracle
TL;DR
Cache-Controlshows max age.Ageshows current cached age.X-CacheorCF-Cache-Statusindicates hit/miss.
Detection Signals
Cache-Control: max-age=...Age: ...X-Cache: HIT|MISS- CDN headers like
CF-Cache-Status,X-Served-By
Notes
- Combine headers with response timing to confirm caching.
- Vary query params to confirm cache keys.