Is there an option to make a request that will cross out the cashe? #698
-
I want the default behavior to be that requests are not cashed, and only when I specify Also, even a cached call, I want to be able to say on a subsequent call are any of the above possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For your usecase, the best fit is to use it normally and once the user clics edit, you request with https://axios-cache-interceptor.js.org/config/request-specifics#cache-override, which will make the request anyways, but subsequent calls may benefit from this response. |
Beta Was this translation helpful? Give feedback.
For your usecase, the best fit is to use it normally and once the user clics edit, you request with https://axios-cache-interceptor.js.org/config/request-specifics#cache-override, which will make the request anyways, but subsequent calls may benefit from this response.