diff --git a/docs/content/1.get-started/5.tips/6.response-caching.md b/docs/content/1.get-started/5.tips/6.response-caching.md index 29710cb..2952698 100644 --- a/docs/content/1.get-started/5.tips/6.response-caching.md +++ b/docs/content/1.get-started/5.tips/6.response-caching.md @@ -2,6 +2,8 @@ title: Response Caching --- +## Response Caching + Your server responses must [satisfy some criteria](https://vercel.com/docs/concepts/functions/serverless-functions/edge-caching) in order for them to be cached (i.e. by Vercel's Edge Network). Please refer to [this section of the tRPC.io documentation](https://trpc.io/docs/caching) for more information. The createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function.