Q. You are developing a web application that is retrieving historical library information from database server and displays it to the users of your application. What cache strategy will give you the best performance?

 A. Use the output cache
 B. Use a cache object
 C. Use the ASP.NET central cache
 D. Use the client cache
Ans: B