CacheHelperTouchKeys Method (String, Boolean, Boolean) |
Touches the cache keys separated by new line to drop the dependencies.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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