Click or drag to resize
CacheHelperEnsureOutputCacheDependencies Method
Ensures the dependency list for the given key, so the dependencies for current page output can be tracked. The dependencies are tracked automatically only when TrackCacheDependencies property is enabled.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static CacheDependencyList EnsureOutputCacheDependencies(
	string listKey
)

Parameters

listKey
Type: SystemString
List key

Return Value

Type: CacheDependencyList
See Also