Packages

final case class private(fieldNames: List[CIString] = Nil) extends CacheDirective with Product with Serializable

Source
CacheDirective.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. private
  2. Serializable
  3. Serializable
  4. CacheDirective
  5. Renderable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new private(fieldNames: List[CIString] = Nil)

Value Members

  1. val fieldNames: List[CIString]
  2. val name: CIString
    Definition Classes
    CacheDirective
  3. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    CacheDirectiveRenderable
  4. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  5. def toString(): String
    Definition Classes
    CacheDirectiveRenderable → AnyRef → Any
  6. def value: String
    Definition Classes
    privateCacheDirective