Why there is no requestPolicy: 'no-cache' available? #3624
Unanswered
gjorgi-krenkov
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Because there shouldn't be, theoretically at least, any situation where triggering a reactive update is undesireable or where bypassing future cache updates but letting a network-only request is necessary. I'd be happy to think and answer questions about specific cases of course π But it simply hasn't come up. It's possible to make a wrapper exchange that bypasses your cache. But I really can't think of any cases where this is desirable or necessary |
Beta Was this translation helpful? Give feedback.
3 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.
-
The question may be stupid, but why does the 'no-cache' request policy not exist? Is there a possibility to define a network-only query that doesn't update the cache?
Beta Was this translation helpful? Give feedback.
All reactions