cache memory
Cache memory (noun) means a small pool of very fast memory built into or beside a processor that holds copies of the data and instructions it has used most recently, so that they can be fetched again without waiting for slower main memory. Example: “The chip's larger cache memory made the biggest difference in the game benchmarks.”
How to Use Cache memory
Learner’s notesIn plain EnglishA tiny, very fast memory that keeps whatever the processor just used close to hand.
Technical. Often shortened to cache when the context is hardware.
Fill the Gap
Can you complete this real example?
The chip's larger _____ made the biggest difference in the game benchmarks.
Etymology
From cache, a hiding place, from French cacher, to hide, combined with memory.
Synonyms
View more →Related Words
Rhymes for cache memory
See all rhymes for cache memory →Frequently Asked Questions
What is the difference between cache memory and RAM?
Both are volatile working memory, but cache memory sits on or beside the processor, is measured in megabytes rather than gigabytes and is far quicker to reach. RAM is much larger and holds everything currently running, while the cache keeps only the small slice being touched right now.
What do L1, L2 and L3 mean?
They are levels of cache arranged by distance from the processor's cores. L1 is smallest and fastest and sits inside each core, L2 is larger and slightly slower, and L3 is bigger still and usually shared between cores. The processor checks each level in turn before going out to main memory.
Is cache memory the same as a browser cache?
No, though the idea is the same: keep a copy of something nearby so you do not have to fetch it again. A browser cache stores web pages and images on your drive, whereas cache memory is physical high-speed memory inside the processor.