---
title: "What is the difference between page-level caching and fragment caching?"  
description: "What is the difference between page-level caching and fragment caching?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2088/what-is-the-difference-between-page-level-caching-and-fragment-caching  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the difference between page-level caching and fragment caching?

In the page-level caching, an entire Web page is cached; whereas, in the fragment caching, a part of the Web page, such as a user control added to the Web page, is cached.

## Answers

### Answer by Sumit Kesarwani

In the page-level caching, an entire Web page is cached; whereas, in the fragment caching, a part of the Web page, such as a user control added to the Web page, is cached.


---

Original Source: https://www.mindstick.com/interview/2088/what-is-the-difference-between-page-level-caching-and-fragment-caching

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
