This documentation is archived and is not being maintained.
HttpCachePolicy Class
.NET Framework 1.1
Contains methods for setting cache-specific HTTP headers and for controlling the ASP.NET page output cache.
For a list of all members of this type, see HttpCachePolicy Members.
System.Object
System.Web.HttpCachePolicy
[Visual Basic] NotInheritable Public Class HttpCachePolicy [C#] public sealed class HttpCachePolicy [C++] public __gc __sealed class HttpCachePolicy [JScript] public class HttpCachePolicy
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For background information on HTTP headers and controlling caching, see the document RFC 2616: Hypertext Transfer Protocol - HTTP/1.1, available on the World Wide Web Consortium's site at http://www.w3c.org.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: