This documentation is archived and is not being maintained.
HttpCacheRevalidation Enumeration
.NET Framework 1.1
Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers.
[Visual Basic] <Serializable> Public Enum HttpCacheRevalidation [C#] [Serializable] public enum HttpCacheRevalidation [C++] [Serializable] __value public enum HttpCacheRevalidation [JScript] public Serializable enum HttpCacheRevalidation
Members
| Member name | Description |
|---|---|
| AllCaches | Sets the Cache-Control: must-revalidate HTTP header. |
| None | Default value. If this value is set, no cache-revalidation directive is sent. |
| ProxyCaches | Sets the Cache-Control: proxy-revalidate HTTP header. |
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: