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.

Constructors

Link copied to clipboard
constructor(image: Image, extras: Map<String, Any> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(image: Image = this.image, extras: Map<String, Any> = this.extras): MemoryCache.Value
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String