io.gatling.http

cache

package cache

Visibility
  1. Public
  2. All

Type Members

  1. case class ContentCacheEntry(expires: Option[Long], etag: Option[String], lastModified: Option[String]) extends Product with Serializable

  2. case class ContentCacheKey(uri: Uri, method: String) extends Product with Serializable

  3. trait DnsCache extends AnyRef

  4. trait ExpiresSupport extends AnyRef

  5. class HttpCaches extends HttpContentCache with PermanentRedirectCache with DnsCache with StrictLogging

  6. trait HttpContentCache extends ExpiresSupport

  7. trait PermanentRedirectCache extends AnyRef

Value Members

  1. object DnsCache

  2. object HttpContentCache

  3. object PermanentRedirectCache

Ungrouped