C# Class JsMinifier.Handler.Response.CachedResponse

Inheritance: NonCachedResponse
Afficher le fichier Open project: 1508/JsMinifier

Méthodes publiques

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

Method Details

CachedResponse() public méthode

public CachedResponse ( IHttp http, ICache cache, bool isCompressionHandledByResponse ) : System
http IHttp
cache ICache
isCompressionHandledByResponse bool
Résultat System

WriteJs() public méthode

public WriteJs ( string js ) : void
js string
Résultat void