C# Class JsMinifier.Handler.Response.CachedResponse

Inheritance: NonCachedResponse
Exibir arquivo Open project: 1508/JsMinifier

Public Methods

Method Description
CachedResponse ( IHttp http, ICache cache, bool isCompressionHandledByResponse ) : System
WriteJs ( string js ) : void

Method Details

CachedResponse() public method

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

WriteJs() public method

public WriteJs ( string js ) : void
js string
return void