From bcb7c4105ae2f9a9ebf52162d7d852bc54654e49 Mon Sep 17 00:00:00 2001 From: Muhammad Shahab Date: Thu, 8 Aug 2024 17:28:21 +0500 Subject: [PATCH] Add resource link (#6432) Added link to the topic for more exploration --- src/data/roadmaps/system-design/content/112-caching/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/roadmaps/system-design/content/112-caching/index.md b/src/data/roadmaps/system-design/content/112-caching/index.md index 82acc7de4..878e05297 100644 --- a/src/data/roadmaps/system-design/content/112-caching/index.md +++ b/src/data/roadmaps/system-design/content/112-caching/index.md @@ -16,3 +16,7 @@ Also, you can have the cache in several places, examples include: - Web Server Caching - Database Caching - Application Caching + +To learn more, visit the following links: + +- [@article@Caching Strategies](https://medium.com/@mmoshikoo/cache-strategies-996e91c80303)