BitmapCache

Functions

Link copied to clipboard
open override fun retrieve(key: String): ImageBitmap?
Link copied to clipboard
open suspend fun retrieveWithFetch(key: String, fetch: suspend () -> ImageBitmap?): ImageBitmap?
Link copied to clipboard
open override fun store(key: String, contents: ImageBitmap)
fun store(key: String, contents: ByteArray)