| CacheHelperClearFullPageCache Method  | 
            Clear the full page cache (output cache) of the pages.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static void ClearFullPageCache(
	bool logTask = true
)
Parameters
- logTask (Optional)
 - Type: SystemBoolean
If true, web farm task is logged for this operation 
See Also