mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: spelling
This commit is contained in:
parent
79ac027262
commit
db41b7c7cc
@ -30,10 +30,10 @@ finally returns the response to the original caller.
|
||||
- Return previous cached request if the new one failed.
|
||||
- Handles parallel requests
|
||||
- 100% Customizable
|
||||
- Memory, LocalStorage and SessionStorage built-in storages.
|
||||
- Built-in storages like In-Memory, Local Storage and Session Storage.
|
||||
- Less than 4.3Kb minified and gzipped.
|
||||
- Development mode to debug your requests.
|
||||
- 22 times faster than using axios and 8% faster than axios-cache-adapter.
|
||||
- 22 times faster than using axios and 8% faster than `axios-cache-adapter`.
|
||||
- And much more...
|
||||
|
||||
## Why not...?
|
||||
@ -50,4 +50,4 @@ As this library was built to be used with axios and to handle storage itself, I
|
||||
that it is more performant that any glued code you may find and/or write yourself. About
|
||||
state management libraries and other similar things,
|
||||
[this blog post](https://arthur.place/implications-of-cache-or-state) explains why cache
|
||||
is mroe correct, architectural way, instead of state.
|
||||
is more correct, architectural way, instead of state.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user