Click or drag to resize
CacheHelperClearOutputCache Method
Clears the output cache for specific page.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void ClearOutputCache(
	int siteId,
	string aliasPath,
	string culture,
	bool allCultures,
	bool childNodes
)

Parameters

siteId
Type: SystemInt32
Site ID
aliasPath
Type: SystemString
Alias path
culture
Type: SystemString
Culture
allCultures
Type: SystemBoolean
Clear all cultures cache
childNodes
Type: SystemBoolean
If true, the output cache of the child nodes is cleared as well
See Also