toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-core
/
coil3.memory
/
MemoryCache
/
remove
remove
abstract
fun
remove
(
key
:
MemoryCache.Key
)
:
Boolean
Remove the
Value
referenced by
key
.
Return
'true' if
key
was present in the cache. Else, return 'false'.