- Cache is a temporary storage of data and instructions being read and written from
- Located on the board or very close to the CPU
- Stores copies of recent data and instructions
- Much quicker then getting items from RAM
- Trying to avoid going and getting instructions and data from memory if we don't need it as it cost time
- The more instructions and data that can be stored in cache, the more efficient the CPU is