http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-tools-traffic-capture
/
org.http4k.traffic
/
ReadWriteCache
Read
Write
Cache
interface
ReadWriteCache
:
Sink
,
Source
(
source
)
Combined Read/Write storage models, optimised for retrieval.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
request
:
Request
)
:
Response
?
set
Link copied to clipboard
abstract
operator
fun
set
(
request
:
Request
,
response
:
Response
)