error: package play.cache does not existPlay cache module
Play cache is now split out into its own module. If you are using the Play cache, you will need to add this as a dependency. For example, in
Build.scala:val addDependencies = Seq( jdbc, cache, ... )