getImagePath

abstract fun getImagePath(imageRetrieveInfo: ImageRetrieveInfo): String?

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

Return

Image path as String 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.