Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 12, 2021
1 parent 9b9827c commit 861567a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 861567a

Please sign in to comment.