Packages

final case class s-maxage(deltaSeconds: Long) extends ResponseDirective with ValueRenderable with Product with Serializable

For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.9

Source
CacheDirective.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. s-maxage
  2. Serializable
  3. Product
  4. Equals
  5. ValueRenderable
  6. ToStringRenderable
  7. ResponseDirective
  8. CacheDirective
  9. CacheDirective
  10. Renderable
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new s-maxage(deltaSeconds: Long)

Value Members

  1. val deltaSeconds: Long
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def render[R <: Rendering](r: R): r.type
    Definition Classes
    s-maxage → Renderable
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. def value: String
    Definition Classes
    ValueRenderable