Abstract


  • A small-sized type of volatile computer memory that provides high-speed data access to a CPU

Terminologies


Cache Line

  • Ranging from 32 to 128 Byte
  • When the CPU fetches data into the cache, it brings in entire cache lines rather than individual bytes

Cache Hit

Cache Miss

  • When the CPU requests data that is not found in the CPU Cache
  • It requires fetching the data from the slower Main Memory, incurring a higher access time compared to a Cache Hit

Cache Locality