Open sandboxFocus

Method AddDependencies

AddDependencies(IEnumerable<string>)

Adds a set of dependencies represented as keys to the current context.

Declaration
void AddDependencies(IEnumerable<string> dependencies)
Parameters
Type Name Description
IEnumerable<string> dependencies

A set of dependency keys.

AddDependencies(IEnumerable<ICacheDependency>)

Adds a set of dependencies represented as ICacheDependency to the current context.

Declaration
void AddDependencies(IEnumerable<ICacheDependency> dependencies)
Parameters
Type Name Description
IEnumerable<ICacheDependency> dependencies

A set of ICacheDependency.