English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-28 08:10:53 · 6 answers · asked by Bill T 1 in Computers & Internet Hardware Laptops & Notebooks

6 answers

Where your computer stores data from the internet - images and data from websites so you don't have to wait for them to load everytime, so you stay logged into things, to track where you've been...

2006-12-28 08:13:45 · answer #1 · answered by Bored Enough To Be Here 6 · 0 0

a cache is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive (usually in terms of access time) to fetch or compute relative to reading the cache. Once the data is stored in the cache, future use can be made by accessing the cached copy rather than re-fetching or recomputing the original data, so that the average access time is lower.

Caches have proven extremely effective in many areas of computing because access patterns in typical computer applications have locality of reference. There are several kinds of locality, but this article primarily deals with data that are accessed close together in time. The data might or might not be located physically close to each other.

2006-12-28 08:13:23 · answer #2 · answered by stm248 2 · 0 2

It is a data collection. Once the data is stored, future use can be made by accessing the cached copy rather than re-fetching or recomputing the original data, so that the average access time is lower.

2006-12-28 08:16:32 · answer #3 · answered by ladyarwen0720 2 · 0 0

Memory that holds copies of recently accessed data. Several Web browsers keep recently viewed pages in a cache so users can return to them quickly without suffering network delays.

2006-12-28 08:12:42 · answer #4 · answered by fyre975 2 · 0 0

It's a memory storage option.

2006-12-28 08:12:45 · answer #5 · answered by quatrapiller 6 · 0 0

http://en.wikipedia.org/wiki/Cache


How and Why to Clear Your Cache
http://www.microsoft.com/windows/ie/ie6/using/howto/customizing/clearcache.mspx

2006-12-28 08:14:13 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers