Content deleted Content added
TrentDevlin (talk | contribs) m Detail section and Pronunciation section with pictures. Tags: Reverted Visual edit |
|||
Line 1:
{{Short description|Additional storage that enables faster access to main storage}}
▲== {{Use dmy dates|date=August 2020}} ==
[[File:cache,basic.svg|thumb|upright=1|Diagram of a CPU memory cache operation]]
Line 10 ⟶ 7:
To be cost-effective, caches must be relatively small. Nevertheless, caches are effective in many areas of computing because typical [[Application software|computer applications]] access data with a high degree of [[locality of reference]]. Such access patterns exhibit temporal locality, where data is requested that has been recently requested, and spatial locality, where data is requested that is stored near data that has already been requested.
==Motivation==
Line 20 ⟶ 16:
The use of a cache also allows for higher throughput from the underlying resource, by assembling multiple fine-grain transfers into larger, more efficient requests. In the case of DRAM circuits, the additional throughput may be gained by using a wider data bus.
=={{Anchor|CACHE-HIT|CACHE-MISS}}Operation==
|