Answers

Question and Answer:

  Home  ASP.NET Caching

⟩ What is Data Caching?

Data Caching is implemented by using Cache object to store and quick retrieval of application data.

Cache object is just like application object which can be access anywhere in the application.

The lifetime of the cache is equivalent to the lifetime of the application. .

 174 views

More Questions for you: