INDIA  │ 9-11 February 2011virtual techdaysCaching Enhancement in ASP.NET 4.0Abhijit Jana  │ Consultant, Microsofthttp://abhijitjana.net
INDIA  │  9-11 February 2011virtual techdaysS E S S I O N    A G E N D AASP.NET Caching Quick Tour
Data / Object Caching
Output Caching
Page Caching
Fragment Caching
New Object Caching Option
System.Runtime.Caching
Output Cache Provider in ASP.NET 4.0
Internals of Output Cache Provider
Creating Custom Cache Providers
Limitation
Selecting Cache Provider on the flyINDIA  │  9-11 February 2011virtual techdaysASP.NET Caching Quick TourBasic of ASP.NET CachingCaching is a technique where frequently used data and Web pages can stored temporarily.
It’s a great feature that reduces network latency and
It can improve application's performance considerably.
ASP.NET Caching
Data / Object Caching
Output Caching

Caching Enhancement in ASP.NET 4.0