A Cache is a term used in computer science to describe a component that stores data, so that when it is requested it can be accessed faster.
Caches are most commonly found in the form of a CPU cache, Disk cache and Web cache.
This will ultimately reduce the amount of information that is required to be transmitted when surfing the Internet, and so improves responsiveness and makes the loading of websites quicker.
A Cache will have a faster transferring rate than that of most storage devices. This means data can be transferred much quicker than if it was sent from a normal storage device. Most importantly, a cache will not delete data once it has been used, instead it is stored in case the data is required to be used again.
Caches are most commonly found in the form of a CPU cache, Disk cache and Web cache.
- CPU Cache
- Disk Cache
- Web Cache
This will ultimately reduce the amount of information that is required to be transmitted when surfing the Internet, and so improves responsiveness and makes the loading of websites quicker.
A Cache will have a faster transferring rate than that of most storage devices. This means data can be transferred much quicker than if it was sent from a normal storage device. Most importantly, a cache will not delete data once it has been used, instead it is stored in case the data is required to be used again.