mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: typos (#446)
This commit is contained in:
parent
716325c3d8
commit
5548b9ef5d
@ -16,8 +16,8 @@ choosing to use interceptors, we create a minimally invasive approach that allow
|
|||||||
still use the axios adapter of your choice.
|
still use the axios adapter of your choice.
|
||||||
|
|
||||||
Before the request is delivered to the adapter, our request interceptor checks if the
|
Before the request is delivered to the adapter, our request interceptor checks if the
|
||||||
request have already been cached and is is a valid one, checks if the request should be
|
request have already been cached and if it's a valid one, checks if the request should be
|
||||||
cached (sometimes you don't want cache at all, and its ok), if there's already a request
|
cached (sometimes you don't want cache at all, and it's ok), if there's already a request
|
||||||
sent to the network that we can wait for it and many more other checks.
|
sent to the network that we can wait for it and many more other checks.
|
||||||
|
|
||||||
After the adapter gets the response, we check if it belongs to a _cacheable_ request,
|
After the adapter gets the response, we check if it belongs to a _cacheable_ request,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user