Beispiel #1
0
 /// <summary>
 /// Sets the CacheItem with specified CacheKey
 /// </summary>
 protected abstract void SetCacheItem(string cacheKey, AppDataPackage item);
Beispiel #2
0
 protected override void SetCacheItem(string cacheKey, AppDataPackage item)
 {
     Caches[cacheKey] = item;
 }