HttpCacheRevalidation Enumeration |
Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public enum HttpCacheRevalidation
Members
| Member name | Value | Description |
---|
| AllCaches | 1 |
Indicates that Cache-Control: must-revalidate should be sent.
|
| ProxyCaches | 2 |
Indicates that Cache-Control: proxy-revalidate should be sent.
|
| None | 3 |
Default value. Indicates that no property has been set. If this is set, no cache revalidation directive is sent.
|
See Also