| CacheHelperEnsureKey Method  | 
            Ensures the specified cache key.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static void EnsureKey(
	string key,
	DateTime expiration
)
Parameters
- key
 - Type: SystemString
Key to ensure - expiration
 - Type: SystemDateTime
Expiration time 
See Also