PartialCachingAttribute Constructor

 

Initializes a new instance of the PartialCachingAttribute class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodPartialCachingAttribute(Int32)

Initializes a new instance of the PartialCachingAttribute class with the specified duration assigned to the user control to be cached.

System_CAPS_pubmethodPartialCachingAttribute(Int32, String^, String^, String^)

Initializes a new instance of the PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, and custom output caching requirements used to vary the cache.

System_CAPS_pubmethodPartialCachingAttribute(Int32, String^, String^, String^, Boolean)

Initializes a new instance of the PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, and whether the user control output can be shared with multiple pages.

System_CAPS_pubmethodPartialCachingAttribute(Int32, String^, String^, String^, String^, Boolean)

Initializes a new instance of the PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, the database dependencies, and whether the user control output can be shared with multiple pages.

Return to top
Show: