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
,
cookies:
Cookies
)
extends
Product
with
Serializable
class
Cookies
extends
AnyRef
trait
DnsCacheSupport
extends
AnyRef
trait
ExpiresSupport
extends
AnyRef
class
HttpCaches
extends
HttpContentCacheSupport
with
PermanentRedirectCacheSupport
with
DnsCacheSupport
with
LocalAddressSupport
with
StrictLogging
trait
HttpContentCacheSupport
extends
ExpiresSupport
trait
LocalAddressSupport
extends
AnyRef
case class
PermanentRedirectCacheKey
(
uri:
Uri
,
cookies:
Cookies
)
extends
Product
with
Serializable
trait
PermanentRedirectCacheSupport
extends
AnyRef
Value Members
object
ContentCacheKey
extends
Serializable
object
DnsCacheSupport
object
HttpContentCacheSupport
object
LocalAddressSupport
object
PermanentRedirectCacheKey
extends
Serializable
object
PermanentRedirectCacheSupport
Ungrouped