ILocalizationServiceClearCache Method |
Clears the cached resource strings and forces them to load again on next localization request.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax void ClearCache(
bool logTasks
)
Parameters
- logTasks
- Type: SystemBoolean
If true, web farm tasks are logged
See Also