Post: featured
ISR-cached for revalidate = 60. A tagged fetch during render attaches post:featured to this page's cache entry — both the inner CacheHandler will honour revalidateTag("post:featured").
Server-side timestamp:
Render ID: bba3dfb9-1a0c-46a9-8068-011f39ea5f2f
Data cache ID: 9b3f7c4d-447e-41db-b493-19b0d7a0f61d
Data cached at: 1790075178933
Sample noise (re-rendered = re-randomised): 0.703008
Probe /cached/featured
Issues a no-store fetch against the route. The route embeds a fresh render-id into every server-rendered response — comparing it across probes is the most reliable way to tell whether SSR actually happened or a cache served the same bytes again. x-vinext-cache reports whether vinext read its durable data cache;cf-cache-status should remain unset because this application Worker does not enable Workers Cache.
- HTTP status
- —
- render-id
- —
- render-time
- —
- x-vinext-cache
- —
- cf-cache-status
- not set — running locally, or the runtime doesn't expose it
- Age
- —
- Cache-Control
- —
- cf-ray
- —
- Probed at
- —
Invalidate this page
Calls into a server route handler that invokes revalidateTag / revalidatePath. vinext forwards the matching tags to the configured data cache adapter.