Which of the following is correct about saving files in cache?
Cache file can only be created in internal memory
By using getCacheDir()method
By using getExternalStorageDirectory()method
Both options "By using getCacheDir()method" and "By using getExternalStorageDirectory()method" are correct.
Submit