Questions tagged [cache]

A cache can be defined as a component that transparently stores data so that future requests for that data can be served faster (no necessity to load from somewhere).

A cache can be defined as a component that transparently stores data so that future requests for that data can be served faster (no necessity to load from somewhere). If requested data is contained in the cache (cache hit), this request can be served by simply reading the cache, which is comparatively faster. Otherwise (cache miss), the data has to be recomputed or fetched from its original storage location, which is comparatively slower.

With Android, this term most times refers to the cache created and used by apps – which, when corrupted, might be the cause of "strange behavior" such as "unfortunately X has stopped" (see: ). In such cases it often helps to simply "clear" (empty) the cache of the app-in-question, which can be done in different ways:

186 questions
31
votes
2 answers

What is the /cache partition?

What purpose does the /cache partition in Android serve? Are there any cases where clearing the /cache partition could result in lost data?
SAGExSDX
  • 1,398
  • 3
  • 14
  • 21
10
votes
3 answers

Moving cache to SD Card? Is it possible?

Is it possible to move app cache which is stored o Internal Storage on android to sd card? I have limited space on my device, and I want to free up some space (Well, actually the cache is taking most of my internal space) by moving my application…
user46097
  • 101
  • 1
  • 1
  • 4
3
votes
1 answer

What is CCleaner for Android referring to by "Hidden Cache"?

CCleaner for Android cleans regular cache and "hidden" cache. What do they mean by "hidden" cache?
End Anti-Semitic Hate
  • 4,400
  • 23
  • 61
  • 100
2
votes
0 answers

How to clear cache for all apps at once?

I want to clear all app caches mainly to reduce the size of and speed up backups. This feature has been supported in Android 4, but appears to have been removed a long time ago. A root-only method is fine.
user598527
  • 662
  • 1
  • 8
  • 27
2
votes
0 answers

Can baking EMMC chip revive a dead motherboard?

I think my phones EMMC chip is dead. At my days i baked some dead graphic cards and get somewhat good results. Can same thing work with EMMC chip on a phone? If you never heard of it here a…
Xentios
  • 31
  • 2
1
vote
2 answers

What is the purpose of the cache?

I am using a phone with limited internal memory, and I noticed that my app cache has swelled up to 130 MB. What are the pros and cons of deleting the cache for certain apps? I don't understand what the cache is used for in the first place. Could…
Joebevo
  • 111
  • 1
  • 3
1
vote
0 answers

Where does Bandcamp app store its cache?

Bandcamp refuses to install on an external SD card. It also doesn't offer an option to save its cache anywhere else than the main flash of my phone. So it either clogs my phone storage within days or, if I reduce the amount of storage it can use,…
Ariser
  • 515
  • 5
  • 16
0
votes
1 answer

How can I access and view the Samsung Internet cache?

I'd like to try and recover a lost website that might have been cached on a Samsung Internet browser, where would the cache be located? I'm running Android 11. I've checked in Phone\Android\data, but there doesn't seem to be a correlating folder for…
Evan Bowness
0
votes
1 answer

Delete a single dex file

After I unstalled a system app (guvera music) using es file explorer, its .dex file still exist in the /data/dalvik-cache/arm folder even after restarted my phone. Why Android is not smart enough to detect the change and remove it?Can I manually…
kelian
  • 1
0
votes
2 answers

Is there a cache memory in android smartphone as there is in laptop/desktop?

I know there are l1/l2/l3 cache in laptops but is the same kind of cache memory available in android smartphones. Also here in this link when website writes about lrucache what does that mean ?
shreyans jain
  • 123
  • 1
  • 5
0
votes
1 answer

Creating problems in wipe cache partition

My phone, moto e 1st gen is very slow after i updated to Android lollipop. So, I gone to recovery mode after switching off my phone. The "no command" message came. Then, i pressed power button 2-3 seconds and volume up button as given in some…
-1
votes
2 answers

Viewing the content of Android cache

Where in the system is cached application data stored? Is there any way to view it programmatically? I know there are several applications available in the market to view and clear the memory. But I want to know how exactly it is done.
bhavithra
  • 1
  • 1
  • 1
  • 1