From what I understand, we cache frequently used objects in a memory segment that is more easily accessible than regular reads on disk.
getExternalCacheDir() , unlike getCacheDir() points to an external file system - this seems normal to me getExternalFilesDir() .
How does Android optimize access to ExternalCacheDir? Is this something like swap space on Linux?
SlowAndSteady
source share