| CacheHelperGetBaseCacheKey Method  | 
            Returns the base cache key (created with all parameters considered to be valid for proper caching).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static string GetBaseCacheKey(
	bool userName,
	bool cultureCode
)
Parameters
- userName
 - Type: SystemBoolean
 - cultureCode
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also