Caching

Set HTTP cache headers on tRPC query responses via responseMeta callback for CDN and browser caching. Configure Cache-Control, s-maxage, stale-while-revalidate. Handle caching with batching and authenticated requests. Avoid caching mutations, errors, and authenticated responses.

trpc 1fdb480 5.1 KB Updated

File contents

trpc/trpc/tree/main/packages/server/skills/caching commit 1fdb480620

Frequently asked questions

npx skillmds add trpc/caching