Hi friends, in
this article I will explain about Fragment Caching in ASP.NET or How To Perform
Fragment Caching in ASP.NET by Using VB.NET/C# or Fragment Caching Example, Page
Fragment Caching in ASP.NET.
What is Fragment Caching in ASP.NET?
- Fragment Caching is used 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 the some part of a page like user control.
- Navigation bars, header, and footers are good examples for fragment caching.
- Fragment caching allows to cache specific portions of the page rather than the whole page. It is done by implementing the page in different parts by creating everything in form of user controls and caching each user control individually.