Click or drag to resize
CacheHelperTouchKey Method (String)
Touches the cache key to drop the dependencies.

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

Parameters

key
Type: SystemString
Key to touch
See Also