play.api

cache

package cache

Contains the Cache access API.

Source
package.scala
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

    The cache API

  2. class CacheManagerProvider extends Provider[CacheManager]

  3. case class Cached(key: (RequestHeader) ⇒ String, caching: PartialFunction[ResponseHeader, Duration]) extends Product with Serializable

    Cache an action.

  4. class EhCacheApi extends CacheApi

    Annotations
    @Singleton()
  5. trait EhCacheComponents extends AnyRef

    EhCache components for compile time injection

  6. class EhCacheModule extends Module

    EhCache implementation.

  7. type NamedCache = cache.NamedCache

Value Members

  1. object Cache

    Public Cache API.

  2. object Cached extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped