Skip to content

Commit 7c5290d

Browse files
authoredApr 27, 2020
Note that cache and dnsCache can be false
1 parent 4344c3a commit 7c5290d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,14 @@ If this is disabled, a compressed response is returned as a `Buffer`. This may b
452452

453453
###### cache
454454

455-
Type: `object`\
455+
Type: `object | false`\
456456
Default: `false`
457457

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

460460
###### dnsCache
461461

462-
Type: `object`\
462+
Type: `object | false`\
463463
Default: `new CacheableLookup()`
464464

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

0 commit comments

Comments
 (0)
Please sign in to comment.