CacheDirective

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

Attributes

Companion:
object
Source:
CacheDirective.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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

Members list

Concise view

Value members

Concrete methods

def render(writer: Writer): Writer

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

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

Attributes

Source:
CacheDirective.scala