answersLogoWhite

0


Best Answer

Image cache has been implemented in quite a few programs. They all follow the same general idea. Caching, in general, is a duplicate of the original data which is stored in another location that is much easier and faster for retrieval than the original data. Most modern Web Browsers have caching implemented. When you visit a website, every image in the page was downloaded from the web server. All these images are stored in a temporary folder. If you ever visit that website again, the browser will check whether that image has been modified since you last downloaded it. If the image hasn’t been modified since, the browser will display the image from your temporary folder instead of downloading it. This gives the web browser the ability to display a website much faster than if it needed to download the images every time you visit the website. Image caching is also used in a number of other programs as well as games. Since many full screen games redraw everything on the screen all the time, they use image caching. Instead of loading the image from the hard drive every time, the image is saved temporary to the ram (primary storage), which can be accessed much faster.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

In most browsers, the image cache is meant for storing data regarding images so that the page can load faster if reopened. This technique works because images consume bandwidth than text.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of the image cache?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can you use the collective noun 'cache' with?

The collective noun 'cache' is used for:a cache of ammunitiona cache of jewelsa cache of moneya cache of weapons


Use the word cache in a sentence?

He kept a large cache of papers in his locker.yes i can, here it is, Can u use the french word cache in a sentence?


What is NGEN?

The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.


How do you use Cache in a sentence?

Cache can be used in the following ways. If your computer is running slow, you can always just delete the cache file.


What is the difference between cache memory disk cache?

memory cache is on memory RAM, disk Cache is on the hard drive. They make things to get faster. For instance Google Earth use this disk cache to show you offline images.


How can you use the word cache in a sentence?

You should clear your browser's cache if things begin playing up.The cache of weapons was intercepted by the police.


How do you view cache files and then download from internet explorer?

Get the files from cache folder of the disk cache device, cache directory. Save them to desktop and rename them with applicable file extension and use that files as if they are downloaded.


What is the use of total cache in a processor?

4mb


What is a cache outside the processor called?

L2 cache. Today's processors all have some memory on the processor chip (called a die). Memory on the processor die is called Level 1 cache (L1 cache). Memory in the processor package, but not on the processor die, is called Level 2 cache (L2 cache). Some processors use a third cache farther from the processor core, but still in the processor package, which is called Level 3 cache (L3 cache).


Why do computers use cache memory?

It's strictly a function of speed. To read what's in cache, the processor does not need to address the buss and wait for the response. Cache memory is available instantly.


When was Cache Cache created?

Cache Cache was created in 1981.


What type of data is stored in cache memory?

Cache memory normally stored instructions and data that the processor likely to use frequently.