docs: updated readme

This commit is contained in:
Hazork 2021-10-12 12:26:07 -03:00
parent 9b9827cae1
commit 861567af2e

View File

@ -218,15 +218,6 @@ const result = await cache.get(/* ... */);
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
A simple boolean to check whether this request was cached or not.