Clears the cache content starting with given string
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- startsWith
- Type: System String
If null, removes all cache items, if set, remove only items starting with given string
- caseSensitive (Optional)
- Type: System Boolean
Case sensitivity indicator.
- logTask (Optional)
- Type: System Boolean
Log web farm task
See Also