Click or drag to resize
CacheHelperClearFullPageCache Method
Clear the full page cache (output cache) of the pages.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void ClearFullPageCache(
	bool logTask = true
)

Parameters

logTask (Optional)
Type: SystemBoolean
If true, web farm task is logged for this operation
See Also