Package

play.api.cache

redis

Permalink

package redis

Linear Supertypes
Expiration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. redis
  2. Expiration
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AsExpiration extends AnyRef

    Permalink

    converts given timestamp indication expiration date into duration from now

    converts given timestamp indication expiration date into duration from now

    Definition Classes
    Expiration
  2. type AsynchronousResult[A] = Future[A]

    Permalink
  3. trait CacheApi extends AbstractCacheApi[SynchronousResult]

    Permalink

    Synchronous and blocking implementation of the connection to the redis database

  4. trait CacheAsyncApi extends AbstractCacheApi[AsynchronousResult]

    Permalink

    Asynchronous non-blocking implementation of the connection to the redis database

  5. trait Configuration extends AnyRef

    Permalink

    Configuration provider returns a connection settings to Redis server.

    Configuration provider returns a connection settings to Redis server. The application can run in various different environments and in many of them there might be very different connection settings. For example, for running the application on localhost is sufficient to set up configuration into the configuration file. Although for deploying the application into some PaaS it might be injected directly by the platform itself, e.g., via environment variable. This trait abstracts the configuration and allows its multiple implementations for every required environment.

  6. class RedisCacheModule extends Module

    Permalink

    Play framework module implementing play.api.cache.CacheApi for redis-server key/value storage.

    Play framework module implementing play.api.cache.CacheApi for redis-server key/value storage. For more details see README.

    Annotations
    @Singleton()
  7. type SynchronousResult[A] = A

    Permalink

Value Members

  1. package configuration

    Permalink
  2. package connector

    Permalink

  3. package exception

    Permalink

    Helper trait providing simplified and unified API to exception handling in play-redis

  4. package impl

    Permalink
  5. implicit def javaDate2AsExpiration(expireAt: Date): AsExpiration

    Permalink
    Definition Classes
    Expiration
  6. implicit def jodaDate2AsExpiration(expireAt: DateTime): AsExpiration

    Permalink
    Definition Classes
    Expiration

Inherited from Expiration

Inherited from AnyRef

Inherited from Any

Ungrouped