io
.
gatling
.
http
cache
package
cache
Visibility
Public
All
Type Members
case class
ContentCacheEntry
(
expires:
Option
[
Long
]
,
etag:
Option
[
String
]
,
lastModified:
Option
[
String
]
)
extends
Product
with
Serializable
case class
ContentCacheKey
(
uri:
Uri
,
method:
String
)
extends
Product
with
Serializable
trait
DnsCache
extends
AnyRef
trait
ExpiresSupport
extends
AnyRef
class
HttpCaches
extends
HttpContentCache
with
PermanentRedirectCache
with
DnsCache
with
StrictLogging
trait
HttpContentCache
extends
ExpiresSupport
trait
PermanentRedirectCache
extends
AnyRef
Value Members
object
DnsCache
object
HttpContentCache
object
PermanentRedirectCache
Ungrouped