X-Vercel-Cache HTTP Header
X-Vercel-Cache
Details about the Vercel cache
Accepted Values
One of the following values is accepted.
- bypass
The cache was bypassed and so the response was served from an origin server.
- hit
The response was served from the edge.
- miss
The response was not found in the edge and thus fetched from an origin server.
- prerender
The response was served from static storage.
- revalidated
A stale response was found in the edge but revalidated synchronously.
- stale
The response is stale (served from the edge).
Example
X-Vercel-Cache: miss
Parse
Enter a X-Vercel-Cache header below to parse and return details about it.