Bombsquad.DynamicMedia.Implementations.Cache.FileSystemMediaCache.GetCacheFileInfo C# (CSharp) Method

GetCacheFileInfo() protected method

protected GetCacheFileInfo ( string path, IFormatInfo outputFormat ) : FileInfo
path string
outputFormat IFormatInfo
return System.IO.FileInfo
        protected override FileInfo GetCacheFileInfo(string path, IFormatInfo outputFormat)
        {
            return new FileInfo(GetCacheFileName(path, outputFormat));
        }