From 861567af2ecd6b29ecc9525a5f13a4afe154b43c Mon Sep 17 00:00:00 2001 From: Hazork Date: Tue, 12 Oct 2021 12:26:07 -0300 Subject: [PATCH] docs: updated readme --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 623ba68..a811ae0 100644 --- a/README.md +++ b/README.md @@ -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.