Seems the Play Cache (i.e. ehcache) is having trouble deserializing my case class. I'm seeing java.io.InvalidClassException
(no valid constructor)
Is there a straightforward way around this? I really don't want to go down the route of modifying my case classes as per Efficiently serializing case classes