Click or drag to resize
CacheHelperTouchKeys Method (IEnumerableString)
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 TouchKeys(
	IEnumerable<string> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableString
Key array to touch
See Also