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: 13.0.131
Syntax public static string GetBaseCacheKey(
bool userName,
bool cultureCode
)
Parameters
- userName
- Type: SystemBoolean
- cultureCode
- Type: SystemBoolean
Return Value
Type:
StringSee Also