Click or drag to resize
ICacheSetRevalidation Method
Sets the Cache-Control HTTP header value to either the must-revalidate or the proxy-revalidate directives, based on the specified enumeration value.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void SetRevalidation(
	HttpCacheRevalidation revalidation
)

Parameters

revalidation
Type: CMS.Base.InternalHttpCacheRevalidation
The HttpCacheRevalidation enumeration.
See Also