getImageCache

fun getImageCache(context: Context): File

Returns the directory used for caching images.

Path: {cacheDir}/stream_image_cache/

Return

File pointing to the image cache directory.

Parameters

context

Android context for accessing the cache directory.