Skip to content

Commit

Permalink
Note that cache and dnsCache can be false
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 27, 2020
1 parent 4344c3a commit 7c5290d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -452,14 +452,14 @@ If this is disabled, a compressed response is returned as a `Buffer`. This may b

###### cache

Type: `object`\
Type: `object | false`\
Default: `false`

[Cache adapter instance](#cache-adapters) for storing cached response data.

###### dnsCache

Type: `object`\
Type: `object | false`\
Default: `new CacheableLookup()`

An instance of [`CacheableLookup`](https://github.com/szmarczak/cacheable-lookup) used for making DNS lookups.
Expand Down

0 comments on commit 7c5290d

Please sign in to comment.