CacheHelperGetCacheItemName Method (String, Object) |
Gets the cache item string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public 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:
StringSee Also