Packages

final case class CustomCacheDirective(name: String, content: Option[String]) extends RequestDirective with ResponseDirective with ValueRenderable with Product with Serializable

Source
CacheDirective.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomCacheDirective
  2. Serializable
  3. Product
  4. Equals
  5. ValueRenderable
  6. ToStringRenderable
  7. ResponseDirective
  8. RequestDirective
  9. CacheDirective
  10. CacheDirective
  11. Renderable
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CustomCacheDirective(name: String, content: Option[String])

Value Members

  1. val content: Option[String]
  2. val name: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def render[R <: Rendering](r: R): r.type
    Definition Classes
    CustomCacheDirective → Renderable
  5. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  6. def value: String
    Definition Classes
    ValueRenderable