Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ……………………………………..
/data/data/<application-path>/cache/
/data/files/<application-path>/cache/
/data/personal/<application-path>/cache/
/data/cache/<application-path>/cache/
Submit