-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Add Async Method Support to ICache Interface #2095
Comments
As this is a breaking change this will be scheduled for the next major release. |
Hello, I also need this change. @tidyui are you able to specify when is going to be next release? |
Hello, I also expect this proposal ASAP. Please help. |
It all depends on implementation. I have an idea how it could be implemented in a non breaking manner which would mean it could be released sooner. |
It would be really helpful to have this improvement as soon as possible. |
Hello, I also need this to be implemented due to performance issues in our app, thanks. |
Hi @tidyui keep me updated if you can on this fix because it is important for my project. |
While implementing a custom ICache interface for use with Piranha, I noticed that the current ICache interface lacks support for asynchronous methods. Adding async support would be highly beneficial, especially for scenarios involving remote caches or databases, where non-blocking operations are crucial for maintaining performance and scalability.
Proposal:
I propose adding the following async methods to the ICache interface:
These methods would complement the existing synchronous methods, providing a non-blocking alternative for consumers.
The text was updated successfully, but these errors were encountered: