Click or drag to resize
CacheHelperCurrentRequestDependencyList Property
Current request dependency list, if set the list is used for the cache dependencies of the page output.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static CacheDependencyList CurrentRequestDependencyList { get; set; }

Property Value

Type: CacheDependencyList
See Also