addImageBatch

abstract fun addImageBatch(cacheStrategies: List<Pair<String, CacheStrategy>>)

Caches a batch of Bitmap images.

Parameters

cacheStrategies

The collection of Pair tokens where the first element of the token is the image url, used as a unique key to cache the image, and the second element of the token is the CacheStrategy instance.