ClearAsyncCore(ClearCacheOptions, 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 ValueTask ClearAsyncCore(ClearCacheOptions options, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
ClearCacheOptions | options | |
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
ValueTask | A Task. |