Bombsquad.DynamicMedia.Implementations.Cache.FileSystemMediaCache.GetCacheFileInfo C# (CSharp) Метод

GetCacheFileInfo() защищенный Метод

protected GetCacheFileInfo ( string path, IFormatInfo outputFormat ) : FileInfo
path string
outputFormat IFormatInfo
Результат System.IO.FileInfo
        protected override FileInfo GetCacheFileInfo(string path, IFormatInfo outputFormat)
        {
            return new FileInfo(GetCacheFileName(path, outputFormat));
        }