getList
Extends the underlying getList so any instances hydrated or lists hydrated during this request are kept in the store until all the concurrent requests complete.
connection.getList( set )
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
- listSet
{Set}
:parameters specifying the list to retrieve