From 6ee4be6291b63f158190c3be62f9c59cc65965d8 Mon Sep 17 00:00:00 2001
From: andran777 <86196800+andran777@users.noreply.github.com>
Date: Tue, 16 Aug 2022 17:08:04 +0530
Subject: [PATCH] Add caching server docs
---
.../content/104-setting-up-x/101-caching-server.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/101-caching-server.md b/content/roadmaps/102-devops/content/104-setting-up-x/101-caching-server.md
index 8354cb542..4c1d375c9 100644
--- a/content/roadmaps/102-devops/content/104-setting-up-x/101-caching-server.md
+++ b/content/roadmaps/102-devops/content/104-setting-up-x/101-caching-server.md
@@ -1 +1,8 @@
-# Caching server
\ No newline at end of file
+# Caching server
+
+A cache server is a **dedicated network server** or service acting as a server that saves Web pages or other Internet content locally. By placing previously requested information in temporary storage, or cache, a cache server both speeds up access to data and reduces demand on an enterprise's bandwidth.
+
+Free Content
+What is Caching?
+What is Cache Server?
+Site Cache vs Browser Cache vs Server Cache
\ No newline at end of file