CacheHelper TouchKeys Method (String, Boolean, Boolean)Kentico 8.1 API Reference
Touches the cache keys separated by new line to drop the dependencies.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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