C# Класс Castle.MonoRail.Framework.CacheAttribute

Наследование: System.Attribute, ICachePolicyConfigurer
Показать файл Открыть проект

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

Метод Описание
CacheAttribute ( HttpCacheability cacheability ) : System

Initializes a new instance of the CacheAttribute class.

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

Метод Описание
ICachePolicyConfigurer ( System.Web.HttpCachePolicy policy ) : void

Configures ASP.Net's Cache policy based on properties set

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

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

Initializes a new instance of the CacheAttribute class.
public CacheAttribute ( HttpCacheability cacheability ) : System
cacheability HttpCacheability Sets the Cache-Control HTTP header. /// The Cache-Control HTTP header controls how documents are to be cached on the network.
Результат System