CleanUpAsync(CacheCleanupOptions, CancellationToken)
Asynchronously verifies the cache consistency and fix errors where possible.
Declaration
public virtual Task<bool> CleanUpAsync(CacheCleanupOptions options = null, CancellationToken cancellationToken = default)Parameters
| Type | Name | Description |
|---|---|---|
| CacheCleanupOptions | options | Options. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<bool> |
|