-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Ability to invalidate the entire cache? #10
Comments
Hi. I started to implement Once I am done with it, I will start to work on I will let you know when they are ready. |
Awesome! 🎉 |
@UnwrittenFun — I just published Moka 0.3.0 to crates.io. It has I will keep this issue open until I finish implementing |
Finally, I finished implementing this method (PR #12). It takes a predicate and invalidate entries that satisfy the predicate. ( I am running some load tests now. If they go well, I will merge the PR and release Moka v0.4.0. |
A use case has come up where I'd like to invalidate the entire cache (or perhaps invalidate based on a predicate on the values). I'm not seeing any way to do this at the moment. I am using the future based cache.
The text was updated successfully, but these errors were encountered: