コード例 #1
0
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

            fileCache.SetSubPath($"{currentVersion}/{cacheSubPath}");
            fileCache.SetFileName(this.imageFileName);
            return(fileCache);
        }
コード例 #2
0
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

            fileCache.SetSubPath($"{currentVersion}/champion");
            fileCache.SetFileName($"{championId}.json");
            return(fileCache);
        }
コード例 #3
0
        protected override FileCache GetCache()
        {
            FileCache fileCache = new FileCache();

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