Click or drag to resize
OutputHelperSetCaching Method
Sets the page caching.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
public static bool SetCaching(
	string siteName,
	PageInfo currentPage,
	HttpResponse response
)

Parameters

siteName
Type: SystemString
Site name
currentPage
Type: CMS.DocumentEnginePageInfo
Current page info
response
Type: System.WebHttpResponse
Response object

Return Value

Type: Boolean
See Also