toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-tools-traffic-capture
/
org.http4k.traffic
/
ReadWriteCache
/
Companion
/
Memory
Memory
fun
Memory
(
cache
:
MutableMap
<
Request
,
Response
>
=
mutableMapOf()
,
shouldStore
:
(
HttpMessage
)
->
Boolean
=
{ true }
)
:
ReadWriteCache
Serialise and retrieve HTTP traffic to/from Memory.