Click or drag to resize
ICacheSetCacheability Method
Sets the Cache-Control HTTP header value.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void SetCacheability(
	HttpCacheability cacheability
)

Parameters

cacheability
Type: CMS.Base.InternalHttpCacheability
The HttpCacheability enumeration value to set the header to.
See Also