C# 클래스 JsMinifier.Handler.Response.CachedResponse

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

공개 메소드들

메소드 설명
CachedResponse ( IHttp http, ICache cache, bool isCompressionHandledByResponse ) : System
WriteJs ( string js ) : void

메소드 상세

CachedResponse() 공개 메소드

public CachedResponse ( IHttp http, ICache cache, bool isCompressionHandledByResponse ) : System
http IHttp
cache ICache
isCompressionHandledByResponse bool
리턴 System

WriteJs() 공개 메소드

public WriteJs ( string js ) : void
js string
리턴 void