object CacheDirective
A registry of cache-directives, as listed in http://www.iana.org/assignments/http-cache-directives/http-cache-directives.xhtml
- Source
- CacheDirective.scala
- Alphabetic
- By Inheritance
- CacheDirective
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final case class max-age (deltaSeconds: Duration) extends CacheDirective with Product with Serializable
- final case class max-stale (deltaSeconds: Option[Duration] = None) extends CacheDirective with Product with Serializable
- final case class min-fresh (deltaSeconds: Duration) extends CacheDirective with Product with Serializable
- final case class no-cache (fieldNames: Seq[CaseInsensitiveString] = Seq.empty) extends CacheDirective with Product with Serializable
- final case class private (fieldNames: Seq[CaseInsensitiveString] = Nil) extends CacheDirective with Product with Serializable
- final case class s-maxage (deltaSeconds: Duration) extends CacheDirective with Product with Serializable
- final case class stale-if-error (deltaSeconds: Duration) extends CacheDirective with Product with Serializable
- final case class stale-while-revalidate (deltaSeconds: Duration) extends CacheDirective with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): CacheDirective
- def apply(name: String, argument: Option[String]): CacheDirective
- def apply(name: CaseInsensitiveString, argument: Option[String] = None): CacheDirective
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object must-revalidate extends CacheDirective with Product with Serializable
- object no-store extends CacheDirective with Product with Serializable
- object no-transform extends CacheDirective with Product with Serializable
- object only-if-cached extends CacheDirective with Product with Serializable
- object proxy-revalidate extends CacheDirective with Product with Serializable
- object public extends CacheDirective with Product with Serializable