CacheDirective

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Immutable extends CacheDirective
case class MaxAge(d: FiniteDuration) extends CacheDirective
case class MaxStale(d: Option[FiniteDuration]) extends CacheDirective
case class MinFresh(d: FiniteDuration) extends CacheDirective
case object MustRevalidate extends CacheDirective
case object NoCache extends CacheDirective
case object NoStore extends CacheDirective
case object NoTransform extends CacheDirective
case object OnlyIfCached extends CacheDirective
case object Private extends CacheDirective
case object ProxyRevalidate extends CacheDirective
case object Public extends CacheDirective
case class SMaxage(d: FiniteDuration) extends CacheDirective
case class StaleIfError(d: FiniteDuration) extends CacheDirective
case class StaleWhileRevalidate(d: FiniteDuration) extends CacheDirective

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def parse(s: String): List[Either[String, CacheDirective]]
def unsafeParse(s: String): List[CacheDirective]