TreeNodeClearOutputCache Method (Boolean, Boolean) |
Clears the output cache for current page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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