This class is a light abstraction over the Cache-Control: revalidation directives.
[Visual Basic] Public Enum HttpCacheRevalidation [C#] public enum HttpCacheRevalidation [C++] public enum HttpCacheRevalidation
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
AllCaches | Indicates that Cache-Control: must-revalidate should be sent. |
None | Default value. Indicates that no property has been set. If this is set, no cache revalitation directive is sent. |
ProxyCaches | Indicates that Cache-Control: proxy-revalidate should be sent. |
Namespace: System.Web
Assembly: System.Web.dll