| CacheHelperGetCacheItemName Method (String, Object) | 
            Gets the cache item string.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string GetCacheItemName(
	string customName,
	params Object[] parts
)
Parameters
- 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