Click or drag to resize
ILocalizationServiceClearCache Method
Clears the cached resource strings and forces them to load again on next localization request.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
void ClearCache(
	bool logTasks
)

Parameters

logTasks
Type: SystemBoolean
If true, web farm tasks are logged
See Also