| 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.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static CacheDependencyList EnsureOutputCacheDependencies(
	string listKey
)
Parameters
- listKey
 - Type: SystemString
List key 
Return Value
Type: 
CacheDependencyList
See Also