Answers

Question and Answer:

  Home  ASP.NET Caching

⟩ Explain advantages of Caching?

It increases performance of the application by serving user with cached output.

It decreases server round trips for fetching data from database by persisting data in the memory.

It greatly reduces overhead from server resources.

 134 views

More Questions for you: