Click or drag to resize
FileLocalizationService.ClearCache 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: 11.0.0
Syntax
C#
public virtual void ClearCache(
	bool logTasks
)

Parameters

logTasks
Type: System.Boolean
If true, web farm tasks are logged

Implements

ILocalizationService.ClearCache(Boolean)
See Also