graphql/yoga-server/docs/features/parsing-and-validation-caching #3068
Replies: 2 comments 4 replies
-
How can we use an async cache? E.g I want to use Cloudflare workers KV within my own cache object, but the |
Beta Was this translation helpful? Give feedback.
3 replies
-
+1 for an async version. I'm using AppEngine standard and in memory LRU caching isn't really supported. Would need to use Redis to get the parsing/validation performance gains. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/yoga-server/docs/features/parsing-and-validation-caching
By default, Yoga will maintain a parsing and validation cache. If requests contain documents that have been executed before, they will not be parsed and validated again.
https://the-guild.dev/graphql/yoga-server/docs/features/parsing-and-validation-caching
Beta Was this translation helpful? Give feedback.
All reactions