min-fresh

scamper.http.types.CacheDirectives.min-fresh
final case class min-fresh(seconds: Long) extends CacheDirective

Cache directive for min-fresh.

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