Packages

package cache

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseUrlSupport extends AnyRef
  2. case class ContentCacheEntry(expires: Option[Long], etag: Option[String], lastModified: Option[String]) extends Product with Serializable
  3. case class ContentCacheKey(uri: Uri, method: String, cookies: Map[String, String]) extends Product with Serializable
  4. type Cookies = Map[String, String]
  5. trait DnsCacheSupport extends AnyRef
  6. trait ExpiresSupport extends AnyRef
  7. trait Http2PriorKnowledgeSupport extends StrictLogging
  8. class HttpCaches extends HttpContentCacheSupport with PermanentRedirectCacheSupport with DnsCacheSupport with LocalAddressSupport with BaseUrlSupport with ResourceCacheSupport with Http2PriorKnowledgeSupport with SslContextSupport with StrictLogging
  9. trait HttpContentCacheSupport extends ExpiresSupport
  10. case class InferredPageResources(expire: String, requests: List[HttpRequest]) extends Product with Serializable
  11. case class InferredResourcesCacheKey(protocol: HttpProtocol, uri: Uri) extends Product with Serializable
  12. trait LocalAddressSupport extends AnyRef
  13. case class PermanentRedirectCacheKey(uri: Uri, cookies: Cookies) extends Product with Serializable
  14. trait PermanentRedirectCacheSupport extends AnyRef
  15. trait ResourceCacheSupport extends AnyRef
  16. trait SslContextSupport extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped