cache is a component that stores data so future requests for that data can be served faster; the data stored in a cache might be the results of an earlier computation, or the duplicates of data stored elsewhere.
Questions tagged [cache]
470 questions
121
votes
7 answers
Can I safely remove /var/cache?
I am running out of disk space and noted that I have a large /var/cache directory. Can I safely remove this? (using Arch Linux, BTW).
user11780
2
votes
1 answer
ISP caching old DNS
I'm hoping one of you guys can help me. My ISP in the UK (Virgin Media) is caching DNS settings.
I change the name servers of any domain and / or DNS settings. If I use whatsmydns.net I can see that the settings have fully propagated within the…

Ricky55
- 23
1
vote
0 answers
where does disk cache reside
I was reading about disk cache.
When i googled disk cache, the first result appears is
Blockquote
A disk cache is a mechanism for improving the time it takes to read from or write to a hard disk. Today, the disk cache is usually included as…

Venkat Teki
- 337
1
vote
2 answers
Caching bugzilla webpages for offline use
I have a long wifi free journey ahead of me and I would like to continue to productively review bugs even without the ability to change them.
Is there an easy way to cache all the pages generated from the query…
David Nielsen