From 6837df7bcee70f1df2b90153cc15ed9d3ba9b03c Mon Sep 17 00:00:00 2001 From: Manan <41986530+manangupta19@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:09:27 +0530 Subject: [PATCH] Create cache.md --- docs/Cache.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/Cache.md diff --git a/docs/Cache.md b/docs/Cache.md new file mode 100644 index 0000000..f30c2fa --- /dev/null +++ b/docs/Cache.md @@ -0,0 +1,10 @@ +# Cache + +A cache is a reserved storage location that collects temporary data to help websites, browsers, and apps load faster. +Whether it's a computer, laptop or phone, web browser or app, you'll find some variety of a cache. + +A cache makes it easy to quickly retrieve data, which in turn helps devices run faster. +It acts like a memory bank, making it easy to access data locally instead of redownloading it every time you visit a website or open an app. + +Caches are found in both software and hardware. +The CPU, or central processing unit — the core component responsible for processing information from the software in your desktop computer, laptop, smartphone, or tablet — has its own cache.