paint-brush
Caches in Pythonby@bhavaniravi
716 reads
716 reads

Caches in Python

by Bhavani Ravi7mAugust 16th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Caching is a concept that was gifted to the software world from the hardware world. A cache is a temporary storage area that stores the used items for easy access. Caches are located closer to the consumer (CPU) hence the less latency. Cache such as Browser caches, server caches, Proxy Caches, and Hardware caches work under the principle of `read` and `write` The write to the DB happens through the cache. Every time a new data is written in the cache it gets updated in the DB.

Company Mentioned

Mention Thumbnail
featured image - Caches in Python
Bhavani Ravi HackerNoon profile picture
Bhavani Ravi

Bhavani Ravi

@bhavaniravi

Pythonista, Airflow Specialist 🐍 Currently consulting & Indie Hacking

Learn More
LEARN MORE ABOUT @BHAVANIRAVI'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Bhavani Ravi HackerNoon profile picture
Bhavani Ravi@bhavaniravi
Pythonista, Airflow Specialist 🐍 Currently consulting & Indie Hacking

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here