Skip to content

Commit

Permalink
Document cache/request behavior of query #4733 (#4763)
Browse files Browse the repository at this point in the history
* Document cache/request behavior of `query` #4733

* Update on PR feedback
  • Loading branch information
ryanlabouve authored and bmac committed Jan 23, 2017
1 parent 7693179 commit 3620bc1
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 @@ -1171,6 +1171,8 @@ Store = Service.extend({
This method delegates a query to the adapter. This is the one place where
adapter-level semantics are exposed to the application.
Each time this method is called a new request is made through the adapter.
Exposing queries this way seems preferable to creating an abstract query
language for all server-side queries, and then require all adapters to
implement them.
Expand Down

0 comments on commit 3620bc1

Please sign in to comment.