Skip to content
cache

File:Cache,basic.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ165596· pop 62· linked from 849 articles

Also known as computer cache, computing cache, data cache

computing component that transparently stores data so that future requests for that data can be served faster

AI overview

A cache is a computing component that stores data in a way that lets your computer or device quickly retrieve it again without having to fetch it from scratch. It matters because it makes programs and websites run faster by remembering information you've already accessed, so you don't have to wait as long the next time you need it.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Image
External Cache 486x.jpg
Show 2 more facts
Commons category
Cache
Sources (4)

via Wikidata · CC0

~22 min read

Article

Diagram of a CPU memory cache operation

In computing, a cache (/kæʃ/ KASH) 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. A cache hit occurs when the requested data can be found in a cache, while a cache miss occurs when it cannot. Cache hits are served by reading data from the cache, which is faster than recomputing a result or reading from a slower data store; thus, the more requests that can be served from the cache, the faster the system performs.

Gallery (3)

Connections

Categories