示例#1
0
 public static DownloadItemTemplatesResponse GetCachedItemTemplates(this IDataCache dataCache)
 {
     return(dataCache.GetCachedData <DownloadItemTemplatesResponse>(ItemTemplatesFile) as DownloadItemTemplatesResponse);
 }
示例#2
0
 public static GetAssetDigestResponse GetCachedAssetDigest(this IDataCache dataCache)
 {
     return(dataCache.GetCachedData <GetAssetDigestResponse>(AssetDigestFile) as GetAssetDigestResponse);
 }