Click or drag to resize
CacheHelper.AddOutputCacheDependencies Method
Adds the given keys as a dependency for current page output.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static CacheDependencyList AddOutputCacheDependencies(
	params string[] keys
)

Parameters

keys
Type:System.String[]

Return Value

Type: CacheDependencyList
See Also