CacheHelper ClearCache Method (String, Boolean, Boolean)Kentico 8.1 API Reference
Clears the cache content starting with given string

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

Parameters

startsWith
Type: OnlineSystem String
If null, removes all cache items, if set, remove only items starting with given string
caseSensitive (Optional)
Type: OnlineSystem Boolean
Case sensitivity indicator.
logTask (Optional)
Type: OnlineSystem Boolean
Log web farm task
See Also