C# 클래스 Bombsquad.DynamicMedia.Implementations.Cache.NullMediaCache

상속: IMediaCache
파일 보기 프로젝트 열기: bmbsqd/dynamic-media

공개 메소드들

메소드 설명
TryAddToCache ( string path, Stream stream, IFormatInfo outputFormat, IAddToCacheResult &result ) : bool
TryServeRequestFromCache ( string path, IFormatInfo outputFormat, IResult &result ) : bool

메소드 상세

TryAddToCache() 공개 메소드

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

TryServeRequestFromCache() 공개 메소드

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