Click or drag to resize
CacheHelperAddResponseCacheDependencies Method
Adds the given dependency cache keys to the Response cache.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void AddResponseCacheDependencies(
	string[] keys
)

Parameters

keys
Type: SystemString
Keys to add as the dependencies
See Also