CMSAbstractBaseProperties CacheItemName Property Kentico 8.0 API Reference
Name of the cache item the control will use.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Property Value

Type: OnlineString
Remarks

By setting this name dynamically, you can achieve caching based on URL parameter or some other variable - simply put the value of the parameter to the CacheItemName property. If no value is set, the control stores its content to the item named "URL|ControlID".
See Also