Caches in Pythonby@bhavaniravi
495 reads

Caches in Python

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

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

@bhavaniravi

Bhavani Ravi


Receive Stories from @bhavaniravi

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!
Hackernoon hq - po box 2206, edwards, colorado 81632, usa