cachememóriák
Cachememóriák, often simply referred to as cache, are small, fast memory buffers located closer to the CPU (Central Processing Unit) than the main RAM (Random Access Memory). Their primary purpose is to speed up data retrieval by storing frequently accessed data and instructions. When the CPU needs a piece of information, it first checks the cache. If the data is present in the cache (a "cache hit"), it can be accessed much faster than if it had to be fetched from the slower main memory. If the data is not in the cache (a "cache miss"), the CPU retrieves it from RAM and simultaneously copies it into the cache, anticipating that it might be needed again soon.
Cache memory is typically implemented using SRAM (Static Random-Access Memory), which is faster but more expensive