getListData
Gets a set of data from localstorage.
    connection.getListData(set)
  
  Goes through each set add by [can-connect/data/memory-cache.updateListData]. If
set is a subset, uses algebra to get the data for the requested set.
Parameters
- set 
{Set}:An object that represents the data to load.
 
Returns
 {Promise<ListData>}: 
A promise that resolves if set is a subset of
some data added by [can-connect/data/memory-cache.updateListData].  If it is not,
the promise is rejected.