What is the difference between Cache and Translation LookAside Buffer [TLB] ?
Cache
stores the actual contents of the memory.
TLB
on the other hand, stores only mapping. TLB
speeds up the process of locating the operands in the memory.
Cache
speeds up the process of reading those operands by copying them to a faster physical memory.