Click or drag to resize
SettingsKeyInfoProviderClearCachedValues Method

Note: This API is now obsolete.

Clears all the cached settings key values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use AbstractInfoProvider.ClearHashtables(string, bool) instead.")]
public static void ClearCachedValues(
	bool logTasks
)

Parameters

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