o

org.playframework.cachecontrol

ResponseSelectionActions

object ResponseSelectionActions

Predefined actions to take for a selected response.

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

Type Members

  1. case class ForwardToOrigin(reason: String) extends ResponseSelectionAction with Product with Serializable

    No stored response exists.

    No stored response exists.

    The cache must forward the request to the origin server.

  2. case class GatewayTimeout(reason: String) extends ResponseSelectionAction with Product with Serializable

    No stored response exists.

    No stored response exists.

    The cache must serve a gateway timeout response.

  3. case class SelectedResponse(response: StoredResponse, index: Int) extends ResponseSelectionAction with Product with Serializable

    A stored response has been selected.