Is there a way to keep the data cached when the last subscribed component unmounts? #1796
Unanswered
Bhavesh2105
asked this question in
Q&A
Replies: 1 comment
-
Data is kept per default for 60 seconds. You can increase that time locally or per endpoint. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to keep the cached data when the user moves to next page. Is it possible to do that with rtk-query?
Beta Was this translation helpful? Give feedback.
All reactions