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