Packages

object CacheDirective

Source
CacheDirective.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheDirective
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CustomCacheDirective(name: String, content: Option[String]) extends RequestDirective with ResponseDirective with ValueRenderable with Product with Serializable
  2. sealed abstract class FieldNamesDirective extends Product with ValueRenderable
  3. sealed trait RequestDirective extends CacheDirective
  4. sealed trait ResponseDirective extends CacheDirective

Value Members

  1. def custom(name: String, content: Option[String]): RequestDirective with ResponseDirective