CacheControl

spice.http.CacheControl
See theCacheControl companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait HeaderKey
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case class MaxAge(seconds: Long) extends CacheControl

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
case object MustRevalidate extends CacheControl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
Self type
case object NoCache extends CacheControl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
Self type
NoCache.type
case object NoStore extends CacheControl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
Self type
NoStore.type
case object Private extends CacheControl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
Self type
Private.type
case object Public extends CacheControl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CacheControl
class Object
trait Matchable
class Any
Show all
Self type
Public.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def apply(values: CacheControl*): Header

Attributes

Definition Classes
override def key: String

Attributes

Definition Classes
override def value(headers: Headers): List[CacheControl]

Attributes

Definition Classes

Inherited methods

def all(headers: Headers): List[String]

Attributes

Inherited from:
HeaderKey
def get(headers: Headers): Option[String]

Attributes

Inherited from:
HeaderKey