Open sandboxFocus

Property CascadeDependencies

CascadeDependencies

Gets the list of dependencies that must also be invalidated when the current dependency is invalidated.

Declaration
IReadOnlyCollection<ICacheDependency> CascadeDependencies { get; }
Property Value
Type Description
IReadOnlyCollection<ICacheDependency>
Remarks

The implementation of this method should not perform I/O operations.