CacheDirective

org.http4s.CacheDirective
See theCacheDirective companion object
sealed trait CacheDirective extends Product, Renderable

Attributes

Companion
object
Source
CacheDirective.scala
Graph
Supertypes
trait Renderable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class `private`
class max-age
class max-stale
class min-fresh
object must-revalidate.type
class no-cache
object no-store.type
object no-transform.type
object only-if-cached.type
object proxy-revalidate.type
object public.type
class s-maxage
Show all

Members list

Value members

Concrete methods

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Source
CacheDirective.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Renderable -> Any
Source
CacheDirective.scala
def value: String

Attributes

Source
CacheDirective.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Inherited from:
Renderable
Source
Renderable.scala

Concrete fields

val name: CIString

Attributes

Source
CacheDirective.scala