Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing CancellationToken implemented #389

Merged
merged 6 commits into from
Aug 4, 2022
Merged

Conversation

st0o0
Copy link
Contributor

@st0o0 st0o0 commented Aug 2, 2022

Hello

For a project of mine I needed a cache.
This library does everything I need and more.

I want to use the async functions.
There was missing for me the optional CancellationToken.
This is always quite handy.

I noticed during the implementation that not all providers support this.

Nevertheless, I added it everywhere in the function header and where the provider supported it also passed it.

I hope this "fix" or whatever comes in the next version.

Thanks a lot!

@catcherwong catcherwong self-requested a review August 2, 2022 14:36
@st0o0
Copy link
Contributor Author

st0o0 commented Aug 2, 2022

Oh should I fix the errors?

have adjusted the IEasyCachingProvider therefore the errors come very likely.

@st0o0 st0o0 requested a review from catcherwong August 3, 2022 16:14
Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catcherwong catcherwong merged commit 57711ef into dotnetcore:dev Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants