Overview of Caching : Introduction « Cache « ASP.NET Tutorial






The ASP.NET 3.5 Framework supports the following types of caching:

Page Output Caching caches an entire page. 

Partial Page Caching caches only particular regions of a page. 

DataSource Caching caches different ASP.NET DataSource controls such as the SqlDataSource and ObjectDataSource controls. 

Data Caching caches arbitrary objects in memory.








13.1.Introduction
13.1.1.Overview of Caching
13.1.2.Basic operations executed on the ASP.NET Cache object
13.1.3.Programmatic Fragment Caching
13.1.4.Cache Object DataSource
13.1.5.Convert data in Cache to integer