C# 클래스 Utility.HttpCache.DefaultLocalFileSystemHttpCacheProvider

상속: IHttpCacheProvider
파일 보기 프로젝트 열기: dream-365/toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current DefaultLocalFileSystemHttpCacheProvider

공개 메소드들

메소드 설명
Cache ( Stream content, Uri contentUri ) : void
Configure ( string cahcheFolder, IPathResolver pathResolver ) : void
GetCache ( Uri contentUri ) : Stream
Init ( ) : void
IsCached ( Uri requestUri ) : bool

보호된 메소드들

메소드 설명
CalculateAbsolutePath ( Uri contentUri ) : string
DefaultLocalFileSystemHttpCacheProvider ( ) : System

메소드 상세

Cache() 공개 메소드

public Cache ( Stream content, Uri contentUri ) : void
content Stream
contentUri System.Uri
리턴 void

CalculateAbsolutePath() 보호된 메소드

protected CalculateAbsolutePath ( Uri contentUri ) : string
contentUri System.Uri
리턴 string

Configure() 공개 메소드

public Configure ( string cahcheFolder, IPathResolver pathResolver ) : void
cahcheFolder string
pathResolver IPathResolver
리턴 void

DefaultLocalFileSystemHttpCacheProvider() 보호된 메소드

protected DefaultLocalFileSystemHttpCacheProvider ( ) : System
리턴 System

GetCache() 공개 메소드

public GetCache ( Uri contentUri ) : Stream
contentUri System.Uri
리턴 Stream

Init() 공개 메소드

public Init ( ) : void
리턴 void

IsCached() 공개 메소드

public IsCached ( Uri requestUri ) : bool
requestUri System.Uri
리턴 bool

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

public static DefaultLocalFileSystemHttpCacheProvider,Utility.HttpCache Current
리턴 DefaultLocalFileSystemHttpCacheProvider