Click or drag to resize
HttpCacheRevalidation Enumeration
Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public enum HttpCacheRevalidation
Members
  Member nameValueDescription
AllCaches1 Indicates that Cache-Control: must-revalidate should be sent.
ProxyCaches2 Indicates that Cache-Control: proxy-revalidate should be sent.
None3 Default value. Indicates that no property has been set. If this is set, no cache revalidation directive is sent.
See Also