get
Extends the underlying get so any instances hydrated during this request are kept in the store until all the concurrent requests complete.
connection.get( params )
Increments an internal request counter so instances hydrated during this request will be stored, and then decrements the counter after the request is complete. This prevents concurrent requests for the same data from returning different instances.
Parameters
- params
{Object}
:params used to specify which instance to retrieve.