Click or drag to resize
CacheHelperGetUserCacheKey Method (String)
Gets the cache key for current user the given user

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetUserCacheKey(
	string userName
)

Parameters

userName
Type: SystemString

Return Value

Type: String
See Also