template tag @cache.Cache.getOrElse("cached-content", 3600) {
some content
} documented on
http://www.playframework.org/documentation/2.0/JavaCache. @cache.Cache.getOrElse("cached-content", 3600) {
some content
} used in the scala template just renders an error. Perhaps it's just my lack of scala skills and knowledge of your framework.