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

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

Parameters

keys
Type: SystemString

Return Value

Type: CacheDependencyList
See Also