Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Donut Caching ASP.NET MVC2

Tags:

People also ask

What is donut caching?

Donut caching is a server-side caching technique in which the entire page is cached, except for small portions that remain dynamic.

What is ASP Net mvc2?

ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern.

What are the different types of caching in asp net?

Caching in ASP.Net is of the following three types: page output caching. page fragment caching. data caching.


Is there a possibility to do Donut Caching with MVC2? Even with a lot of research I was not able to find a working solution.