HttpCacheRevalidation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides enumerated values that are used to set revalidation-specific Cache-Control
HTTP headers.
public enum class HttpCacheRevalidation
public enum HttpCacheRevalidation
type HttpCacheRevalidation =
Public Enum HttpCacheRevalidation
- Inheritance
Fields
Name | Value | Description |
---|---|---|
AllCaches | 1 | Sets the HTTP header to |
ProxyCaches | 2 | Sets the HTTP header to |
None | 3 | If this value is set, no cache-revalidation directive is sent. The default value. |
Remarks
The HttpCacheRevalidation enumeration is used to set revalidation-specific HTTP headers, and is set using the SetRevalidation method. If the SetRevalidation method is not called, no Cache-Control
HTTP header is set.