kotlin-utils
/
loggersoft.kotlin.utils
/
Cache
/
remove
remove
fun
remove
(key:
K
):
Boolean
Content copied to clipboard
Removes item from the cache by
key
.
Return
true
if item was in the cache;
false
otherwise.