Click or drag to resize
CacheHelperEnsureKey Method
Ensures the specified cache key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void EnsureKey(
	string key,
	DateTime expiration
)

Parameters

key
Type: SystemString
Key to ensure
expiration
Type: SystemDateTime
Expiration time
See Also