CacheDirective

org.http4s.CacheDirective$
See theCacheDirective companion trait

Attributes

Companion
trait
Source
CacheDirective.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class `private`(fieldNames: List[CIString]) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class max-age(deltaSeconds: Duration) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class max-stale(deltaSeconds: Option[Duration]) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class min-fresh(deltaSeconds: Duration) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object must-revalidate extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class no-cache(fieldNames: List[CIString]) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object no-store extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
no-store.type
case object no-transform extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object only-if-cached extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object proxy-revalidate extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object public extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
public.type
final case class s-maxage(deltaSeconds: Duration) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class stale-if-error(deltaSeconds: Duration) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class stale-while-revalidate(deltaSeconds: Duration) extends CacheDirective

Attributes

Source
CacheDirective.scala
Supertypes
trait Serializable
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(name: CIString, argument: Option[String]): CacheDirective

Attributes

Source
CacheDirective.scala
def apply(name: String, argument: Option[String]): CacheDirective

Attributes

Source
CacheDirective.scala

Attributes

Source
CacheDirective.scala