play.api

cache

package cache

Contains the Cache access API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CacheAPI extends AnyRef

    API for a Cache plugin.

  2. abstract class CachePlugin extends Plugin

    A Cache Plugin provides an implementation of the Cache API.

  3. case class Cached[A](key: (RequestHeader) ⇒ String, duration: Int)(action: Action[A])(implicit app: Application) extends Action[A] with Product with Serializable

    Cache an action.

  4. class EhCachePlugin extends CachePlugin

    EhCache implementation.

Value Members

  1. object Cache

    Public Cache API.

  2. object Cached extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped