getImage

abstract fun getImage(imageRetrieveInfo: ImageRetrieveInfo): Any?

Retrieves the image for the image url value, as the key, if it exists in the cache.

Return

Bitmap or ByteArray version of the image associated with the image url if exists in the cache, or null otherwise.

Parameters

imageRetrieveInfo

The ImageRetrieveInfo of the image being requested.