Bombsquad.DynamicMedia.Implementations.Cache.NullMediaCache.TryServeRequestFromCache C# (CSharp) Метод

TryServeRequestFromCache() публичный Метод

public TryServeRequestFromCache ( string path, IFormatInfo outputFormat, IResult &result ) : bool
path string
outputFormat IFormatInfo
result IResult
Результат bool
        public bool TryServeRequestFromCache(string path, IFormatInfo outputFormat, out IResult result)
        {
            result = null;
            return false;
        }