case class CacheRequest(uri: URI, method: String, headers: Map[HeaderName, Seq[String]]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- CacheRequest
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CacheRequest(uri: URI, method: String, headers: Map[HeaderName, Seq[String]])
Value Members
- lazy val directives: Seq[CacheDirective]
- val headers: Map[HeaderName, Seq[String]]
- val method: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val uri: URI
An incoming request which may be served from cache.