Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cache.md #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/Cache.md
Original file line number Diff line number Diff line change
@@ -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.