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

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public override void ClearCache(
	bool logTasks
)

Parameters

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

Implements

ILocalizationServiceClearCache(Boolean)
See Also