Packages

c

org.http4s.CacheDirective

stale-if-error

final case class stale-if-error(deltaSeconds: Duration) extends CacheDirective with Product with Serializable

Source
CacheDirective.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stale-if-error
  2. Serializable
  3. Serializable
  4. CacheDirective
  5. Renderable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new stale-if-error(deltaSeconds: Duration)

Value Members

  1. val deltaSeconds: Duration
  2. val name: CIString
    Definition Classes
    CacheDirective
  3. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    CacheDirectiveRenderable
  4. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  5. def toString(): String
    Definition Classes
    CacheDirectiveRenderable → AnyRef → Any
  6. def value: String
    Definition Classes
    stale-if-errorCacheDirective