toggle menu
flatInvoker
common
switch theme
search in API
reaktor-media
/
dev.shibasis.reaktor.media.image
/
Cache
Cache
interface
Cache
<
T
>
Inheritors
BitmapCache
FileBasedCache
MultiLevelCache
Members
Functions
retrieve
Link copied to clipboard
abstract
fun
retrieve
(
key
:
String
)
:
T
?
retrieve
With
Fetch
Link copied to clipboard
open
suspend
fun
retrieveWithFetch
(
key
:
String
,
fetch
:
suspend
(
)
->
T
?
)
:
T
?
store
Link copied to clipboard
abstract
fun
store
(
key
:
String
,
contents
:
T
)