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
- Source
- CacheDirective.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- no-cache
- Serializable
- ResponseDirective
- RequestDirective
- CacheDirective
- CacheDirective
- SingletonValueRenderable
- Renderable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(firstFieldName: String, otherFieldNames: String*): no-cache
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render[R <: Rendering](r: R): r.type
- Definition Classes
- SingletonValueRenderable → Renderable
- def value: String
- Definition Classes
- SingletonValueRenderable