Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.cache
/
InMemoryCache
/
transaction
transaction
open
suspend override
fun
<
T
>
transaction
(
block
:
suspend
CacheTransaction
<
V
>
.
(
)
->
T
)
:
T
Performs an atomic
block
transaction on this cache.