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: 12.0.0
Syntax public static CacheDependencyList EnsureOutputCacheDependencies(
string listKey
)
Parameters
- listKey
- Type: SystemString
List key
Return Value
Type:
CacheDependencyListSee Also