coil-base
/
coil.memory
/
MemoryCache
/
remove
remove
abstract fun
remove
(key:
MemoryCache.Key
):
Boolean
Content copied to clipboard
Remove the
Bitmap
referenced by
key
.
Return
True if
key
was present in the cache. Else, return false.