PartialCachingAttribute Constructor
Initializes a new instance of the PartialCachingAttribute class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PartialCachingAttribute(Int32) | Initializes a new instance of the PartialCachingAttribute class with the specified duration assigned to the user control to be cached. |
![]() | PartialCachingAttribute(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. |
![]() | PartialCachingAttribute(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. |
![]() | PartialCachingAttribute(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. |
