Cache

A storage layer that speeds up data retrieval.‍

Cache is a hardware or software component that stores data so that future requests for that data can be served faster. The data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere. For example, web browsers cache HTML pages, images, and other web content to improve load times on subsequent visits.