File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ description: 'RTK Query > Usage > Manual Cache Updates: Updating cached data man
14
14
15
15
For most cases, in order to receive up to date data after a triggering a change in the backend,
16
16
you can take advantage of ` cache tag invalidation ` to perform
17
- [ automated re-fetching] ( ./automated-refetching ) , which will cause a query to re-fetch it's data
18
- when it has been told that a mutation has occurred which would cause it's data to become out of date.
19
- In most cases, we recommend to use ` automated re-fetching ` as a preference over ` manual cache updates ` ,
17
+ [ automated re-fetching] ( ./automated-refetching ) , which will cause a query to re-fetch its data
18
+ when it has been told that a mutation has occurred which would cause its data to become out of date.
19
+ In most cases, we recommend using ` automated re-fetching ` as a preference over ` manual cache updates ` ,
20
20
unless you encounter the need to do so.
21
21
22
22
However, in some cases, you may want to update the cache manually. When you wish to update cache
You can’t perform that action at this time.
0 commit comments