Method LoadCachedData
LoadCachedData(IList<CacheEntry>, out IList<CachedInfo>)
Loads a set of CachedInfos from the cache
Declaration
public void LoadCachedData(IList<CacheEntry> entries, out IList<CachedInfo> cachedInfos)
Parameters
Type | Name | Description |
---|---|---|
IList<CacheEntry> | entries | List of cache entries to load |
IList<CachedInfo> | cachedInfos | Out list of cached infos loaded |