Click or drag to resize
CacheSynchronizationLogClearCacheTask Method
Logs the web farm task for clear cache operation

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void LogClearCacheTask(
	string startsWith,
	bool caseSensitive
)

Parameters

startsWith
Type: SystemString
Starts with parameter for the clear operation
caseSensitive
Type: SystemBoolean
Case sensitive
See Also