Packages

case object no-cache extends SingletonValueRenderable with RequestDirective with ResponseDirective with Product with Serializable

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

Source
CacheDirective.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. no-cache
  2. Serializable
  3. ResponseDirective
  4. RequestDirective
  5. CacheDirective
  6. CacheDirective
  7. SingletonValueRenderable
  8. Renderable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(firstFieldName: String, otherFieldNames: String*): no-cache
  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def render[R <: Rendering](r: R): r.type
    Definition Classes
    SingletonValueRenderable → Renderable
  5. def value: String
    Definition Classes
    SingletonValueRenderable