C# Class HereSay.Plugins.Caching.CachingDecorator

Inheritance: HereSay.AutoStarter
Show file Open project: jamestharpe/HereSay

Public Methods

Method Description
Start ( ) : void

This method is called automatically by N2 when the website starts. Registers properties with page types available within the current installation that enable CMS users to manage output caching.

Stop ( ) : void

Private Methods

Method Description
ApplicationInstance_AcquireRequestState ( object sender, EventArgs e ) : void

Modifies the given response's System.Web.HttpResponse.Cache to use the desired cache settings.

Method Details

Start() public method

This method is called automatically by N2 when the website starts. Registers properties with page types available within the current installation that enable CMS users to manage output caching.
public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void