object ResponseSelectionActions
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseSelectionActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- 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.
- case class SelectedResponse(response: StoredResponse, index: Int) extends ResponseSelectionAction with Product with Serializable
A stored response has been selected.
Predefined actions to take for a selected response.