Skip to content

Commit

Permalink
Merge pull request #4900 from jonpitch/issue-4733-document-cache-beha…
Browse files Browse the repository at this point in the history
…vior

[doc] updating peekRecord documentation with reference to its counterpart f…
  • Loading branch information
bmac authored Mar 28, 2017
2 parents 4494718 + 3a5edab commit 3509c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@ Store = Service.extend({
otherwise it will return `null`. A record is available if it has been fetched earlier, or
pushed manually into the store.
See [findRecord](#method_findRecord) if you would like to request this record from the backend.
_Note: This is a synchronous method and does not return a promise._
```js
Expand Down

0 comments on commit 3509c58

Please sign in to comment.