Packages

object CacheDirectives

Source
CacheDirective.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheDirectives
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  2. final case class max-stale(deltaSeconds: Option[Long]) extends RequestDirective 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.2

  3. final case class min-fresh(deltaSeconds: Long) extends RequestDirective 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.3

  4. final case class no-cache(fieldNames: Seq[String]) extends FieldNamesDirective with ResponseDirective with Product with Serializable

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

  5. final case class private(fieldNames: Seq[String]) extends FieldNamesDirective with ResponseDirective with Product with Serializable

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

  6. 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

Value Members

  1. def createPrivate(fieldNames: String*): ResponseDirective

    Java API

    Java API

    Annotations
    @varargs()
  2. def getImmutable: ResponseDirective

    Java API

  3. def getPublic: ResponseDirective

    Java API

  4. case object immutableDirective extends SingletonValueRenderable with ResponseDirective with Product with Serializable

    https://tools.ietf.org/html/rfc8246

    https://tools.ietf.org/html/rfc8246

    Annotations
    @ApiMayChange()
  5. case object must-revalidate extends SingletonValueRenderable with ResponseDirective with Product with Serializable

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

  6. 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

  7. case object no-store 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.5 and http://tools.ietf.org/html/rfc7234#section-5.2.2.3

  8. case object no-transform 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.6 and http://tools.ietf.org/html/rfc7234#section-5.2.2.4

  9. case object only-if-cached extends SingletonValueRenderable with RequestDirective with Product with Serializable

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

  10. object private extends Serializable
  11. case object proxy-revalidate extends SingletonValueRenderable with ResponseDirective with Product with Serializable

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

  12. case object public extends SingletonValueRenderable with ResponseDirective with Product with Serializable

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