I am a student. I am learning caching in ASP.NET. There are three types of caching in ASP.NET.
1.Page output caching.
2. Caching the output file.
3. Data caching.
In page output caching, all displayed page contents stored in the cache and page are executed each time.
In partial caching, you can apply caching rules to different parts of the pages.
But I did not understand data caching.
Can someone explain me data caching?
Thanx in advance.
source
share