CacheHelper GetCacheItemName Method (Boolean, String,  Object )Kentico 8.1 API Reference
Gets the cache item string.

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

Parameters

lowerCase
Type: OnlineSystem Boolean
Make the key lowercase
customName
Type: OnlineSystem String
Custom cache item name
parts
Type:  OnlineSystem Object 
Parts of the key if the custom name is empty or null

Return Value

Type: OnlineString
See Also