C# Класс HereSay.Plugins.Caching.CachingDecorator

Наследование: HereSay.AutoStarter
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ApplicationInstance_AcquireRequestState ( object sender, EventArgs e ) : void

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

Описание методов

Start() публичный Метод

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
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void