get

open fun get(    model: A,     width: Int,     height: Int): B

Get a value.

Return

The cached result, or null.

Parameters

model

The model.

width

The width in pixels of the view the image is being loaded into.

height

The height in pixels of the view the image is being loaded into.