Cache
Cache is memory that can be accessed very quickly. CPUs for example have cache. CPUs can have level 1, 2, 3 of cache. A CPU’s level one cache is the fastest and smallest of all caches.
Frequently used data is placed in cache, so an operation does not need to be performed and the results of such an operation can be quickly retrieved from cache. Cache is used to speed up operations.
Comments
Post a Comment