Packages

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

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

Instance Constructors

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

Value Members

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