Ejemplo n.º 1
0
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

            fileCache.SetSubPath($"{currentVersion}/{cacheSubPath}");
            fileCache.SetFileName(this.imageFileName);
            return(fileCache);
        }
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

            fileCache.SetSubPath($"{currentVersion}/champion");
            fileCache.SetFileName($"{championId}.json");
            return(fileCache);
        }
Ejemplo n.º 3
0
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

            fileCache.SetSubPath($"{currentVersion}");
            fileCache.SetFileName("summoner.json");
            return(fileCache);
        }