toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-core
/
coil3.memory
/
MemoryCache
/
Value
Value
class
Value
@
JvmOverloads
constructor
(
val
image
:
Image
,
extras
:
Map
<
String
,
Any
>
=
emptyMap()
)
The value for an
Image
in the memory cache.
Parameters
image
The cached
Image
.
extras
Metadata for the
image
.
Members
Constructors
Value
Link copied to clipboard
@
JvmOverloads
constructor
(
image
:
Image
,
extras
:
Map
<
String
,
Any
>
=
emptyMap()
)
Properties
extras
Link copied to clipboard
val
extras
:
Map
<
String
,
Any
>
image
Link copied to clipboard
val
image
:
Image
Functions
copy
Link copied to clipboard
fun
copy
(
image
:
Image
=
this.image
,
extras
:
Map
<
String
,
Any
>
=
this.extras
)
:
MemoryCache.Value
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String