That is exactly the message! =D
It could be Redis, but Play Framework has a Caching mechanism built in already :)
It is right that the cache is not done in a per-user basis - still, it is an option. The downside is that you have to associate to which user the data belongs by yourself. Its an extra effort, so its better be worth…
That is exactly the message! =D
It could be Redis, but Play Framework has a Caching mechanism built in already :)
It is right that the cache is not done in a per-user basis - still, it is an option. The downside is that you have to associate to which user the data belongs by yourself. Its an extra effort, so its better be worth…