Donut Hole Caching in ASP.NET MVC
Posted by: youve been HAACKED,
on 13 May 2009 |
View original | Bookmarked: 0 time(s)
A while back, I wrote about Donut Caching in ASP.NET MVC for the scenario where you want to cache an entire view except for a small bit of it. The more technical term for this technique is probably cache substitution as it makes use of the Response.WriteSubstitution method, but I think Donut Caching really describes it well you want to cache everything but the hole in the middle. However, what happens when you want to do the inverse. Suppose you want to cache the donut hole, instead of the donut?...