It seems you misunderstand the purpose of a cache. Think of it as an extension of the RAM memory. When you want to be able to load something quickly but don't need it taking up memory, you save it in the cache. This is particularly important for data taken from the internet or from a slow storage medium (like a magnetic hard disk or an optical drive). By caching repeatedly used items, you can retrieve them much faster. The reason caches get full too often in dome cases is poor programming. The same way good garbage collecting is important for memory management, unused data should be cleared from the cache when no longer needed.
On Sep 11, 7:04 pm, nyliferocks <[email protected]> wrote: > I find myself clearing my browser cache 5 times before the days end > and other app caches as well. I believe caches were developed for > deviceswith larger hard drives and higher speed such as desktops or > laptops. > > On a mobile phone such as my Nexus one, a cache only slows down the > phone working the opposite as intended. Does anyone else feel the same > way as if an apps cache is more of a daily task then a help ? > > I posted an idea more then a year ago on the Google ideas and members > vote site before it was closed and wanted to create cloud based caches > that are stored on Google servers. Even for a Chromium OS to be > developed and for pc's to loose the need for an OS our most of its > hard drive, this would become a major play in this kind of atmosphere. > Also suggested was smart phone storage to come from the clouds as wel. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
