Does ParseImageView cache ParseFile\'s in Android. If it caches parseFile, How can i find the path of those files in my android device.
ParseImageView imageView
ParseImageView doesn't cache ParseFile, It is only used to display the image file stored in Parse.com. See this
and this