ContainsDependencyAsyncCore(string, CancellationToken)
Asynchronously determines whether the cache contains a given dependency. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked. Arguments are already validated by the consumer API.
Declaration
protected virtual ValueTask<bool> ContainsDependencyAsyncCore(string key, CancellationToken cancellationToken)Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The dependency key. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| ValueTask<bool> | A Task evaluating to |