0
kicks
ASP.NET: mixing OutputCache with Server.Transfer
If you want to optimize your page performance by using the "@OutputCache" directive you might notice that the caching does not work when you perform a "Server.Transfer" operation to that "cached" page.