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 |
|