diff --git a/docs/latest/.sha b/docs/latest/.sha index c9f7cb771..89db1ba9e 100644 --- a/docs/latest/.sha +++ b/docs/latest/.sha @@ -1 +1 @@ -fe3467e187da6181008f5a943a1df3cd2b820b13 \ No newline at end of file +90890e20c01d8b5399983336c5854e43d34ab2e1 \ No newline at end of file diff --git a/docs/latest/api/session.md b/docs/latest/api/session.md index 4977bfaad..bf36da23a 100644 --- a/docs/latest/api/session.md +++ b/docs/latest/api/session.md @@ -34,7 +34,8 @@ The `session` module has the following methods: * `partition` string * `options` Object (optional) - * `cache` boolean - Whether to enable cache. + * `cache` boolean - Whether to enable cache. Default is `true` unless the + [`--disable-http-cache` switch](latest/api/command-line-switches.md#--disable-http-cache) is used. Returns `Session` - A session instance from `partition` string. When there is an existing `Session` with the same `partition`, it will be returned; otherwise a new @@ -53,7 +54,8 @@ of an existing `Session` object. * `path` string * `options` Object (optional) - * `cache` boolean - Whether to enable cache. + * `cache` boolean - Whether to enable cache. Default is `true` unless the + [`--disable-http-cache` switch](latest/api/command-line-switches.md#--disable-http-cache) is used. Returns `Session` - A session instance from the absolute path as specified by the `path` string. When there is an existing `Session` with the same absolute path, it