Introduction to cache memory
The cache is not a concept, friendly to most people. In fact, it sounds more like a technical term for the general public. However, cache memory in everyday essential and without it, the performance level of PC will drop significantly.

What is Cache
The CPU of the PC data processing and controls the general intelligence level of the computer. Open Web sites and applications running, theCPU, the "Short-Term Memory" of a computer that is accessing the RAM. What most people do not know is, many data can be stored in very small space and in such cases, sending data to the RAM would actually reduce the performance of computers.

Here comes cache cache memory are essentially smaller forms of random access memory for storing trace data for optimal CPU performance. Can access the central processorCache memory faster than the random access memory, and so it is a better kind of short-term storage than RAM in certain cases.

Types of Cache
There are two types of cache frequently used at this point: L1 and L2 cache.

L1 – Built-in CPU, (usually) the smallest and fastest form of cache

L2 – cache between L1 and Random Access Memory. Slower than L1, but faster than RAM access.

Premium GamingComputers come with 6 MB (megabytes) or added more cache.

Conclusion
This is a simple explanation for the role of the cache in the PC. I hope that helped my short article.