Table of Contents

Enum HttpCacheRevalidation

Namespace
CMS.Base
Assembly
CMS.Base.dll

Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers.

public enum HttpCacheRevalidation
Extension Methods

Fields

AllCaches = 1

Indicates that Cache-Control: must-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.

ProxyCaches = 2

Indicates that Cache-Control: proxy-revalidate should be sent.