Skip to content

Commit

Permalink
Update REAME a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka authored Dec 10, 2017
1 parent cf975e2 commit 95d05a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,13 @@ See [Puppeteer's browser.wsEndpoint()](https://github.com/GoogleChrome/puppeteer

### class: SessionCache

`SessionCache` is the default cache option to [HCCrawler.connect([options])](#hccrawlerconnectoptions)'s `cache` option. By default, the crawler remembers already requested urls on its memory. Pass `null` to the option in order to disable it.
`SessionCache` is the [HCCrawler.connect([options])](#hccrawlerconnectoptions)'s default `cache` option. By default, the crawler remembers already requested urls on its memory. Pass `null` to the option in order to disable it.

```js
const HCCrawler = require('headless-chrome-crawler');

HCCrawler.launch({ cache: null });
// ...
```

### class: RedisCache
Expand Down

0 comments on commit 95d05a6

Please sign in to comment.