C# Class Castle.MonoRail.Framework.CacheAttribute

Inheritance: System.Attribute, ICachePolicyConfigurer
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
CacheAttribute ( HttpCacheability cacheability ) : System

Initializes a new instance of the CacheAttribute class.

Private Methods

Méthode Description
ICachePolicyConfigurer ( System.Web.HttpCachePolicy policy ) : void

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

Method Details

CacheAttribute() public méthode

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.
Résultat System