Click or drag to resize
CacheHelperGetCacheItemName Method (String, Object)
Gets the cache item string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: String
See Also