All CPUs presently made have two components in their die-the processing core and some memory. The memory is used to store frequently-used data so that the CPU doesn't have to wait for the data to be fetched from other, slower storage areas like the system RAM or hard disk. This temporary storage is referred to as the cache.Unlike system RAM, cache is made of more expensive Static RAM, which does not require refreshing.There can be multiple caches per CPU.

Name:  36544798.jpg
Views: 2465
Size:  20.0 KB

The cache that is closest to the CPU core is called the Level 1 cache, and is most frequently accessed by the CPU. The subordinate cache, called the Level 2 cache, is approached only if the data is not available in the 11 cache. Some high-€nd CPUs also sport a Level 3 cache. Cache sizes tend to increase with their Levels, with 11 caches being smaller than L2. In current CPUs, the 11 cache tops out at 128 KB per core, while the L2 cache tops out at 8 MB per core.