Glide
Glide
/
com.bumptech.glide.load.engine.cache
/
MemoryCache
/
remove
remove
abstract
fun
remove
(
key
:
Key
)
:
Resource
<
out
Any
>
Content copied to clipboard
Removes the value for the given key and returns it if present or null otherwise.
Parameters
key
The key.