---
title: "What is Fragment Caching in ASP.NET?"  
description: "What is Fragment Caching in ASP.NET?"  
author: "Anonymous User"  
published: 2011-01-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/325/what-is-fragment-caching-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is Fragment Caching in ASP.NET?

Fragment Caching n ASP.Net\

- Fragment caching refers to the caching of individual user controls within a Web Form.
- Each user control can have independent cache durations and implementations of how the caching behavior is to be applied.
- Fragment caching is useful when you need to cache only a subset of a page.
- Navigation bars, header, and footers are good candidates for fragment caching. \

## Answers

### Answer by Anonymous User

Fragment Caching n ASP.Net\

- Fragment caching refers to the caching of individual user controls within a Web Form.
- Each user control can have independent cache durations and implementations of how the caching behavior is to be applied.
- Fragment caching is useful when you need to cache only a subset of a page.
- Navigation bars, header, and footers are good candidates for fragment caching. \


---

Original Source: https://www.mindstick.com/interview/325/what-is-fragment-caching-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
