Glide
Glide
/
com.bumptech.glide.util
/
LruCache
/
contains
contains
open
fun
contains
(
key
:
T
)
:
Boolean
Content copied to clipboard
Returns true if there is a value for the given key in the cache.
Parameters
key
The key to check.