Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow cancellation token to be null in invalidate cmd
The invalidatedircache command should not be cancelled, so we don't need to pass a CancellationToken to it. However, the httpClient.GetAsync overload that expects a token does not allow passing null, so we have to use a different overload if there is no token.
- Loading branch information