If you have L2 cache do you have L1 cache also?

I have L2 cache and know that that is the 2nd thing the cpu searches for and L1 cache is the 1st. If I have L2 cache do I have L1 cache also, and if you have L3 cache do you have L1, L2, and L3 cache?
 

Jonathern

Distinguished
Jun 30, 2010
615
0
18,990
Here is the definitions of th L Cache setup:

Level 1, L1 Cache is a special block of memory within the processor that is used to store data which manipulates the system into believing it will have access again.

Level 2, L2 Cache is a secondary external cache which is used in case the CPU cannot locate the data from the internal cache.

Level 3, L3 cache can be far larger than L1 and L2, and even though it’s also slower, it’s still a lot faster than fetching from RAM.

If your CPU only states L1 and L2 caches then thats all you got
 

TRENDING THREADS