Skip to content

Commit

Permalink
Merge pull request #3725 from TheMightyPenguin/patch-1
Browse files Browse the repository at this point in the history
[docs] Add cache option info to apollo-boost get started
  • Loading branch information
hwillson authored Jul 30, 2018
2 parents 9e05171 + a1dd94e commit e97cf56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/essentials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Here are the options you can pass to the `ApolloClient` exported from `apollo-bo
<dd>Header key/value pairs to pass along with the request.</dd>
<dt>`fetch`: GlobalFetch['fetch']</dt>
<dd>A [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) compatible API for making a request.</dd>
<dt>`cache`: ApolloCache</dt>
<dd>A custom instance of `ApolloCache` to be used. The default value is `InMemoryCache` from `apollo-cache-inmemory`. This option is quite useful for using a custom cache with `apollo-cache-persist`.</dd>
</dl>
<h2 id="next-steps">Next steps</h2>
Expand Down

0 comments on commit e97cf56

Please sign in to comment.