MobilePage.InitOutputCache Method (Int32, String, String, OutputCacheLocation, String)
.NET Framework 3.0
Initializes the output cache for the current page request.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
protected: virtual void InitOutputCache ( int duration, String^ varyByHeader, String^ varyByCustom, OutputCacheLocation location, String^ varyByParam ) override
protected void InitOutputCache ( int duration, String varyByHeader, String varyByCustom, OutputCacheLocation location, String varyByParam )
protected override function InitOutputCache ( duration : int, varyByHeader : String, varyByCustom : String, location : OutputCacheLocation, varyByParam : String )
Not applicable.
Parameters
- duration
The amount of time that objects stored in the output cache are valid.
- varyByHeader
A semicolon-separated list of headers that content from the output cache will vary by.
- varyByCustom
The Vary HTTP header.
- location
One of the OutputCacheLocation values.
- varyByParam
A semicolon-separated list of parameters, received by a GET or POST method, that content from the output cache will vary by.
This member overrides the Page.InitOutputCache method to add more VaryByHeader keywords to provide correct caching of page output for different markup devices.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: