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
/
CacheTransaction
/
remove
remove
abstract
suspend
fun
remove
(
key
:
String
)
:
V
?
Clears the cached value for the given
key
.
Return
The cached value if any.