C# 클래스 JsMinifier.Handler.Cache.AspCache

상속: ICache
파일 보기 프로젝트 열기: 1508/JsMinifier

공개 메소드들

메소드 설명
AspCache ( IHttp http, IFileResolver fileResolver ) : System
Exists ( string path ) : bool
Get ( string path ) : string
Insert ( string path, string content ) : void

메소드 상세

AspCache() 공개 메소드

public AspCache ( IHttp http, IFileResolver fileResolver ) : System
http IHttp
fileResolver IFileResolver
리턴 System

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

Get() 공개 메소드

public Get ( string path ) : string
path string
리턴 string

Insert() 공개 메소드

public Insert ( string path, string content ) : void
path string
content string
리턴 void