Cache

A Cache is a method used to speed data retrieval. It stores data being accessed in a faster type of memory or a closer location to the CPU. If the data is not present in the cache it is located somewhere else then loaded into the cache. This is called a cache miss and normally results in a costly action.