C# 클래스 Castle.MonoRail.Framework.CacheAttribute

상속: System.Attribute, ICachePolicyConfigurer
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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