Packages

final case class max-age(deltaSeconds: Long) extends RequestDirective with 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.1.1 and http://tools.ietf.org/html/rfc7234#section-5.2.2.8

Source
CacheDirective.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. max-age
  2. Serializable
  3. Product
  4. Equals
  5. ValueRenderable
  6. ToStringRenderable
  7. ResponseDirective
  8. RequestDirective
  9. CacheDirective
  10. CacheDirective
  11. Renderable
  12. AnyRef
  13. 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 max-age(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
    max-age → Renderable
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. def value: String
    Definition Classes
    ValueRenderable