OutPut Cache is the caching technique to cache the static pages in ASP.
I'm trying to understand the ASP.NET OutputCache mechanism. I built a test page with a Label and LinkButton. The …