getListData
function
Only request data that hasn't already been loaded by cacheConnection.
connection.getListData(set)
Overwrites a base connection's getListData to use data in the cacheConnection
whenever possible. This works by getting the stored sets and doing a
diff to see what should be loaded from the cache
or from the base connection.
With that information, this getListData requests data from the cache and/or the base
connection. Once it has been recieved, it combines the data with getUnion.
Parameters
- set
{Set}: