RedisDelegatingSettings

play.api.cache.redis.configuration.RedisDelegatingSettings

A helper trait delegating properties into the inner settings object

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Concrete methods

override def invocationContext: String

the name of the invocation context executing all commands to Redis

the name of the invocation context executing all commands to Redis

Attributes

Definition Classes
override def invocationPolicy: String

the name of the invocation policy used in getOrElse methods

the name of the invocation policy used in getOrElse methods

Attributes

Definition Classes
override def prefix: Option[String]

instance prefix

instance prefix

Attributes

Definition Classes
override def recovery: String

recovery policy used with the instance

recovery policy used with the instance

Attributes

Definition Classes
override def source: String

configuration source

configuration source

Attributes

Definition Classes
override def timeout: RedisTimeouts

timeout configuration

timeout configuration

Attributes

Definition Classes

Inherited methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
RedisSettings -> Any
Inherited from:
RedisSettings