final case class private(fieldNames: List[CIString] = Nil) extends CacheDirective with Product with Serializable
- Source
- CacheDirective.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- private
- Serializable
- Serializable
- CacheDirective
- Renderable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new private(fieldNames: List[CIString] = Nil)
Value Members
- val fieldNames: List[CIString]
-
val
name: CIString
- Definition Classes
- CacheDirective
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- CacheDirective → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
toString(): String
- Definition Classes
- CacheDirective → Renderable → AnyRef → Any
-
def
value: String
- Definition Classes
- private → CacheDirective