coil-base
/
coil.key
/
Keyer
Keyer
fun fun interface
Keyer
<
T
:
Any
>
Content copied to clipboard
An interface to convert data of type
T
into a string key for the memory cache.
Functions
Functions
key
Link copied to clipboard
abstract fun
key
(data:
T
, options:
Options
):
String
?
Content copied to clipboard
Convert
data
into a string key.