loadImgNoCache

fun Context.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun Context.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Drawable, placeHolder: Drawable)
fun AppCompatImageView.loadImgNoCache(imgUrl: Any?, error: Drawable, placeHolder: Drawable)
fun AppCompatImageView.loadImgNoCache(imgUrl: Any?, error: Int, placeHolder: Int)
fun View.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Drawable)
fun View.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun AppCompatImageView.loadImgNoCache(image: Any?, options: () -> BaseRequestOptions<*>)