package cache
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cache
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait BaseUrlSupport extends AnyRef
- case class ContentCacheEntry(expires: Option[Long], etag: Option[String], lastModified: Option[String]) extends Product with Serializable
- case class ContentCacheKey(uri: Uri, method: String, cookies: Map[String, String]) extends Product with Serializable
- type Cookies = Map[String, String]
- trait DnsCacheSupport extends AnyRef
- trait ExpiresSupport extends AnyRef
- trait Http2PriorKnowledgeSupport extends StrictLogging
- class HttpCaches extends HttpContentCacheSupport with PermanentRedirectCacheSupport with DnsCacheSupport with LocalAddressSupport with BaseUrlSupport with ResourceCacheSupport with Http2PriorKnowledgeSupport with SslContextSupport with StrictLogging
- trait HttpContentCacheSupport extends ExpiresSupport
- case class InferredPageResources(expire: String, requests: List[HttpRequest]) extends Product with Serializable
- case class InferredResourcesCacheKey(protocol: HttpProtocol, uri: Uri) extends Product with Serializable
- trait LocalAddressSupport extends AnyRef
- case class PermanentRedirectCacheKey(uri: Uri, cookies: Cookies) extends Product with Serializable
- trait PermanentRedirectCacheSupport extends AnyRef
- trait ResourceCacheSupport extends AnyRef
- trait SslContextSupport extends AnyRef
Value Members
- object BaseUrlSupport
- object ContentCacheKey extends Serializable
- object Cookies
- object DnsCacheSupport
- object Http2PriorKnowledgeSupport
- object HttpContentCacheSupport
- object LocalAddressSupport
- object PermanentRedirectCacheKey extends Serializable
- object PermanentRedirectCacheSupport
- object SslContextSupport