Thread: What is Cache
View Single Post
Old 08-09-2016, 02:51 AM   #9
smmexpertss
Registered User
 
Join Date: Sep 2015
Location: UK
Posts: 447
A memory cache, sometimes called a cache store or RAM cache, is a portion of memory made of high-speed static RAM (SRAM) instead of the slower and cheaper dynamic RAM (DRAM) used for main memory. Memory caching is effective because most programs access the same data or instructions over and over. By keeping as much of this information as possible in SRAM, the computer avoids accessing the slower DRAM.
smmexpertss is offline   Reply With Quote