package
cache
Type Members
-
trait
CacheAPI
extends AnyRef
-
-
case class
Cached
[A]
(key: (RequestHeader) ⇒ String, duration: Int, action: Action[A], app: Application) extends Action[A] with Product with Serializable
-
Value Members
-
object
Cache
extends AnyRef
-
object
Cached
extends Serializable
Contains the Cache access API.