Avoid Using Cache in Your Application or Do It Right

System design questions to consider before implementing an application cache.

Sasha Marfut
Level Up Coding
Published in
7 min readAug 6, 2022

--

Photo by Danial Igdery on Unsplash

Caching data from the database closer to the application can greatly improve performance. However, before you start implementing cache at the application level, it’s important to ask yourself many different questions in order to make the right…

--

--