stale-if-error

scamper.http.types.CacheDirectives.stale-if-error
final case class stale-if-error(seconds: Long) extends CacheDirective

Cache directive for stale-if-error.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val name: String

Gets directive name.

Gets directive name.

Attributes

val value: Option[String]

Gets optional directive value.

Gets optional directive value.

Attributes

Inherited fields

lazy override val toString: String

Returns formatted directive.

Returns formatted directive.

Attributes

Inherited from:
CacheDirective