Explain the types of Caching using Cache object of ASP.NET.Page output: Is used to fetch information or data at page level. It is best used when the site is mainly static. Used by declaring the output page directive.
Page fragment: Is used to cache the structure level information. It is used when parts of pages change. For example: user control.
Programmatic or data: Is used to fetch the information of an application quickly based on the requirements.
|