What is Output Caching in MVC?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
Output Caching in MVC
The main objective of making use of Output Caching is to dramatically improve the performance of an ASP.NET MVC Application. It enables us to cache the content returned by any controller method so that the same content does not need to be generated each time the same controller method is invoked. Output Caching has huge advantages, such as it reduces server round trips, reduces database server round trips, reduces network traffic, etc.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Prachi
23rd Jan, 2020