toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-tools-traffic-capture
/
org.http4k.traffic
/
ReadWriteCache
Read
Write
Cache
interface
ReadWriteCache
:
Sink
,
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
)