C# Class Bombsquad.DynamicMedia.Implementations.Cache.NullMediaCache

Inheritance: IMediaCache
Show file Open project: bmbsqd/dynamic-media

Public Methods

Method Description
TryAddToCache ( string path, Stream stream, IFormatInfo outputFormat, IAddToCacheResult &result ) : bool
TryServeRequestFromCache ( string path, IFormatInfo outputFormat, IResult &result ) : bool

Method Details

TryAddToCache() public method

public TryAddToCache ( string path, Stream stream, IFormatInfo outputFormat, IAddToCacheResult &result ) : bool
path string
stream System.IO.Stream
outputFormat IFormatInfo
result IAddToCacheResult
return bool

TryServeRequestFromCache() public method

public TryServeRequestFromCache ( string path, IFormatInfo outputFormat, IResult &result ) : bool
path string
outputFormat IFormatInfo
result IResult
return bool