CacheHelper TouchKeys Method (String, Boolean, Boolean)Kentico 8.0 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.0.5239.26125)

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