I am using play 2.2 (scala). I can not import play.api.cache._ as it is not found. I assume that it is not included as part of the standard download? How can I enable/get it. Do I need to included it manually in SBT build profile?
Strange that an important component like caching is not included as standard.
Thanks
That's correct. According to the migration guide:
Or if you're using build.sbt, you can add it there.
cache
seems to be included automatically in the generated build.sbt for new 2.2.x projects.