Caching Techniques Advantages [Resolved]

Posted by Sr2013 under ASP.NET on 7/7/2013 | Points: 10 | Views : 1451 | Status : [Member] | Replies : 1
Dear Team

Can i know Advantages of Caching techniques and how to use the same

Srini




Responses

Posted by: lakhansin-22735 on: 7/8/2013 [Member] Starter | Points: 50

Up
0
Down

Resolved
Hi,

ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases. The cache API provides additional flexibility (quite a lot, in fact), and can be used to take advantage of caching throughout every layer of an application.

See below link for more and concrete details
Referenced Link : http://msdn.microsoft.com/en-us/library/aa478965.aspx


Lakhan Singh
Tech Lead
BeyondKey System Pvt. Ltd.
Indore, M.P.
India

Sr2013, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response