Comment on Scaling Play to Thousands of Concurrent RequestsparentComments−continuations13yI think by "caching", he meant "take all the session data you can't store in the cookie and out it in a cache server like Redis."−jcranky13yIt could be Redis, but Play Framework has a Caching mechanism built in already :)
Comments
I think by "caching", he meant "take all the session data you can't store in the cookie and out it in a cache server like Redis."
It could be Redis, but Play Framework has a Caching mechanism built in already :)