CacheDirective

scamper.http.types.CacheDirective
See theCacheDirective companion object

Standardized type for Cache-Control header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object `private`.type
object immutable.type
class max-age
class max-stale
class min-fresh
object must-revalidate.type
object no-cache.type
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

Abstract methods

def name: String

Gets directive name.

Gets directive name.

Attributes

def value: Option[String]

Gets optional directive value.

Gets optional directive value.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted directive.

Returns formatted directive.

Attributes