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