case class Restore[W](key: String, value: W, ttlOpt: Option[FiniteDuration])(implicit evidence$1: Writer[W]) extends Request[Unit] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Restore
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Restore(key: String, value: W, ttlOpt: Option[FiniteDuration])(implicit arg0: Writer[W])
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Unit]
- def future: Future[Unit]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any
- val ttlOpt: Option[FiniteDuration]
- val value: W