Asp.net and the .NET Framework enable you to take advantage of caching without requiring
you to write a lot of code to deal with the complexities of caching, such as cache expiration,
updates, and memory management. There are two different types of caching in ASP.NET:
■ Application caching
This represents a collection that can store any object in memory
and automatically remove the object based on memory limitations, time limits, or
other dependencies.
■ Page output caching
This is ASP.NET’s ability to store a rendered page, portion of a
page, or version of a page in memory to reduce the time required to render the page
you to write a lot of code to deal with the complexities of caching, such as cache expiration,
updates, and memory management. There are two different types of caching in ASP.NET:
■ Application caching
This represents a collection that can store any object in memory
and automatically remove the object based on memory limitations, time limits, or
other dependencies.
■ Page output caching
This is ASP.NET’s ability to store a rendered page, portion of a
page, or version of a page in memory to reduce the time required to render the page
No comments:
Post a Comment