# Cache

Last edited: 2026-02-05

Cache

A cache is a method used to speed up 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 loaded from somewhere else into the cache. This is called a cache miss and normally results in a costly action.