-
Notifications
You must be signed in to change notification settings - Fork 142
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
Use CacheApi in play 2.4.x #155
Comments
Hi, thanks for proposal! It seems cool. |
Oops. I forgot that pattern. So, I'll remove Is it ok? |
sorry too late reply. Yes, that's right! |
What's the status of this? I'd love to be able to use the CacheAPI. :) |
Hi
In Play 2.4.x, use play.api.cache.CacheApi (https://www.playframework.com/documentation/2.4.x/ScalaCache).
So, I changed AuthConfig trait and CacheIdContainer like this (y0t4@89ee5f5), and I want to send PR.
But if merge this branch, it will be affected in many places. (tests, documents, samples, ...)
So, I think we may want to prepare branch for updates.
What do you think?
The text was updated successfully, but these errors were encountered: