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));
        }