memoryCacheKey

fun memoryCacheKey(key: String?): ImageRequest.Builder
fun memoryCacheKey(key: MemoryCache.Key?): ImageRequest.Builder

Set the memory cache key for this request.

If this is null or is not set the ImageLoader will compute a memory cache key.