removeAll

abstract fun removeAll(shouldDeleteFromDiskOnExit: Boolean? = true)

Removes all the cached images from the ImageCache

Parameters

shouldDeleteFromDiskOnExit

Indicates whether the disk cache should be cleared or not. Default value is true.