mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: updated readme
This commit is contained in:
parent
9b9827cae1
commit
861567af2e
@ -218,15 +218,6 @@ const result = await cache.get(/* ... */);
|
|||||||
const id = result['propertyName'];
|
const id = result['propertyName'];
|
||||||
```
|
```
|
||||||
|
|
||||||
/\*\*
|
|
||||||
|
|
||||||
- The id used for this request. if config specified an id, the id
|
|
||||||
- will be returned \*/ id: string;
|
|
||||||
|
|
||||||
/\*\*
|
|
||||||
|
|
||||||
- A simple boolean to check whether this request was cached or not \*/ cached: boolean;
|
|
||||||
|
|
||||||
#### response.cached
|
#### response.cached
|
||||||
|
|
||||||
A simple boolean to check whether this request was cached or not.
|
A simple boolean to check whether this request was cached or not.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user