Limit size of cache directory.
Posted
by M.A. Cape
on Stack Overflow
See other posts from Stack Overflow
or by M.A. Cape
Published on 2010-02-01T10:03:18Z
Indexed on
2010/05/18
18:10 UTC
Read the original article
Hit count: 287
android
I have some questions about the cache directory in android.
Does anyone knows the limit for each app's cache directory?
Also what will happen if there is not enough disk space to cache data? All I know is when the device runs low on storage, the files here (cache directory)will be the ones that get deleted first and each app has its own cache directory. Now, are the files of other app's cache directory will be cleared to accommodate my app's request to add files in the cache dir when there is not enough storage?
© Stack Overflow or respective owner