OutputCacheProfile.Duration Property
.NET Framework (current version)
Gets or sets the time duration during which the page or control is cached.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("duration", DefaultValue = -1)>] member Duration : int with get, set
The Duration represents the time in seconds that the page or user control is cached. Setting this property establishes an expiration policy for HTTP responses from the page or control to which it applies and will automatically cause the caching of their output.
Note |
|---|
The Duration must be defined in either the profile or the directive of a page using the profile. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
