A Cache (pronounced "cash") is a high-speed data storage layer that stores a subset of data, typically temporary, so that future requests for that data can be served up faster than if the data had to be retrieved from its primary storage location. Think of it as a temporary holding area for frequently accessed information, or the end of a supermarket aisle where the most popular products are displayed. When you access data, a copy might be stored in a cache. The next time you need that same data, the system first checks the cache. If it's there, it's retrieved quickly. If not, the system goes to the original, slower storage location, retrieves the data, and often places a copy in the cache for future use. 

Caches are employed across various computing contexts, from CPUs (Central Processing Units) using small, ultra-fast caches to speed up instruction execution, to web browsers storing web page elements, and large-scale CDN (Content Delivery Network) systems storing popular content closer to users globally. The primary goal of a cache is to improve performance by reducing latency and increasing data throughput. While it can be 100 times faster than going to the source data, to put it into perspective, we are normally talking about the difference between microseconds and milliseconds.
Try Agentic Test Management free for 21 days image
AI Agents for your entire test management cycle - to plan sprints, write tests, run them and report bugs. Try for free.
Explore MoT
Leading with Quality image
Tue, 30 Sep
A one-day educational experience to for quality engineering leaders
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
Leading with Quality
A one-day educational experience to help business lead with expanding quality engineering and testing practices.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.