Cache

Revision as of 03:17, 21 April 2022 by Todd Price (talk | contribs) (Created page with "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 ear...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.