Click or drag to resize
CacheHelperClearFullPageCache Method

Note: This API is now obsolete.

Clear the full page cache (output cache) of the pages.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Invalidating full page cache support will be completely removed in the next version.")]
public static void ClearFullPageCache(
	bool logTask = true
)

Parameters

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