C# Class Ignite.Web.PageBasedHttpCacheHandler

Inheritance: IHttpCacheHandler
Mostra file Open project: TheCloudlessSky/Ignite

Public Methods

Method Description
PageBasedHttpCacheHandler ( IDebugState debugState, System.Web.UI.OutputCacheParameters cacheParams ) : System
ProcessRequest ( System.Web.HttpContextBase httpContext ) : void

Method Details

PageBasedHttpCacheHandler() public method

public PageBasedHttpCacheHandler ( IDebugState debugState, System.Web.UI.OutputCacheParameters cacheParams ) : System
debugState IDebugState
cacheParams System.Web.UI.OutputCacheParameters
return System

ProcessRequest() public method

public ProcessRequest ( System.Web.HttpContextBase httpContext ) : void
httpContext System.Web.HttpContextBase
return void