We are having problems using Play-Cache in that the API is blocking. Are there any plans anyone knows of to come up with a new cache API in Play that is not only non-blocking, but reactive with back-pressure?
I've looked at Play-Redis, but it does not seem to be fully non-blocking, and probably not reactive.