Click or drag to resize
CacheHelperGetBaseCacheKey Method
Returns the base cache key (created with all parameters considered to be valid for proper caching).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetBaseCacheKey(
	bool userName,
	bool cultureCode
)

Parameters

userName
Type: SystemBoolean
cultureCode
Type: SystemBoolean

Return Value

Type: String
See Also