trait CacheResponse extends AnyRef
- Source
- CacheControl.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CacheResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def directives: Seq[CacheDirective]
- abstract def headers: Map[HeaderName, Seq[String]]
- abstract def status: Int
- abstract def uri: URI