| HttpCacheRevalidation Enumeration |
Namespace: CMS.Base
public enum HttpCacheRevalidation
| 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. |
Copyright (c) 2019 Kentico Software