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