---
title: "What are the different types of Caching?"  
description: "What are the different types of Caching?"  
author: "Sumit Kesarwani"  
published: 2013-11-13  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1821/what-are-the-different-types-of-caching  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the different types of Caching?

There are three types of Caching :

- Output Caching: stores the responses from an asp.net page.
- Fragment Caching: Only caches/stores the portion of page (User Control)
- Data Caching: is Programmatic way to Cache objects for performance.

## Answers

### Answer by Sumit Kesarwani

There are three types of Caching :

- Output Caching: stores the responses from an asp.net page.
- Fragment Caching: Only caches/stores the portion of page (User Control)
- Data Caching: is Programmatic way to Cache objects for performance.


---

Original Source: https://www.mindstick.com/interview/1821/what-are-the-different-types-of-caching

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
