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

GetCacheFileInfo() protected abstract method

protected abstract GetCacheFileInfo ( string path, IFormatInfo outputFormat ) : FileInfo
path string
outputFormat IFormatInfo
return System.IO.FileInfo
        protected abstract FileInfo GetCacheFileInfo(string path, IFormatInfo outputFormat);