Strawberry Shake In-Memory Caching #6231
Unanswered
kmcclellan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The caching docs allude to the existence of an "entity store." Is there a way to configure in-memory caching of GraphQL responses?
I've seen there is a library called
StrawberryShake.Persistence.SQLLite
, which I'm assuming is one such entity store implementation. Could we get some docs on how to use it? Does SQLLite use the filesystem, or can it be configured to run in-memory?Beta Was this translation helpful? Give feedback.
All reactions