ContainsDependency(string)
Determines whether the cache contains a given dependency.
Declaration
public bool ContainsDependency(string key)Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The dependency key. |
Returns
| Type | Description |
|---|---|
| bool |
|
Determines whether the cache contains a given dependency.
public bool ContainsDependency(string key)| Type | Name | Description |
|---|---|---|
| string | key | The dependency key. |
| Type | Description |
|---|---|
| bool |
|