Click or drag to resize
CacheHelperTouchKeys Method (String, Boolean, Boolean)
Touches the cache keys separated by new line to drop the dependencies.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void TouchKeys(
	string allKeys,
	bool logTasks,
	bool ensureKeys
)

Parameters

allKeys
Type: SystemString
Key list to touch
logTasks
Type: SystemBoolean
Log web farm tasks
ensureKeys
Type: SystemBoolean
If true, the keys must be present in the cache, if false, the non-existing key is not touched
See Also