ClearAsyncCore(CancellationToken)
Asynchronously clears the cache. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked.
Declaration
protected override Task ClearAsyncCore(CancellationToken cancellationToken)Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task | A Task. |