How is the swr cache implemented and what technology is used? #2233
Unanswered
qiaogaolong
asked this question in
Q&A
Replies: 1 comment 6 replies
-
SWR uses a Cache Provider which should must have javascript's Map Object like apis to get, set and delete the cache and it uses Map Object as it's default Cache Provider until you override it by providing your own Cache Provider. Learn more about Caching in swr |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How is the swr cache implemented and what technology is used?
Beta Was this translation helpful? Give feedback.
All reactions