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