Skip to content

Commit

Permalink
Merge pull request #8146 from aayush-k/patch-1
Browse files Browse the repository at this point in the history
Update docs to clarify that id is not a required field for cache.evict(options)
  • Loading branch information
Stephen Barlow authored Aug 5, 2021
2 parents 7efbe77 + 4eb857e commit c1b01f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/api/cache/InMemoryCache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,9 @@ Takes an `options` object as a parameter. Supported fields of this object are de
</td>
<td>

**Required.** The ID of the cached object to remove (or remove a field from).
The ID of the cached object to remove (or remove a field from).

The default value is `ROOT_QUERY`, which is the ID of the root query object.
</td>
</tr>

Expand Down

0 comments on commit c1b01f1

Please sign in to comment.