computer-architecture memory

Definition

L1 Cache

The L1 cache is the first and fastest cache level in a multi-level cache.

It is located closest to the processor, so it has a very short access time, but it is usually small.

The L1 cache is designed to serve the most frequent accesses as quickly as possible.