Click or drag to resize
TreeNodeClearOutputCache Method (Boolean, Boolean)
Clears the output cache for current page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void ClearOutputCache(
	bool allCultures,
	bool childNodes
)

Parameters

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