Frequently Asked Interview Questions

Is it possible to cache a web form without using @OutputCache directive?

Is it possible to cache a web form without using @OutputCache directive?

Yes, you can cache a web form using the Response object’s Cache property, which returns an HttpCachePolicy object for the response. The HttpCachePolicy object provides members that are similar to the OutputCache directive’s attributes.


Caching FAQSASP.NET Caching Article


Most Visited Pages

Home | Site Index | Contact Us