0
kicks
ASP.NET Caching -Improving Performance - Output Cache
What isOutput Cache? Output cache is a mechanism that keep a copy of a rendered ASP.NET web page in memory. This behavior helps to improve performance by returning a response of the cached web page instantly and by reducing the need to render the page in every client request. If a