| CacheHelperGetCacheItemName Method (Boolean, String, Object) | 
            Gets the cache item string.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static string GetCacheItemName(
	bool lowerCase,
	string customName,
	params Object[] parts
)
Parameters
- lowerCase
 - Type: SystemBoolean
Make the key lowercase - customName
 - Type: SystemString
Custom cache item name - parts
 - Type: SystemObject
Parts of the key if the custom name is empty or null 
Return Value
Type: 
String
See Also