ASP.NET Caching Question:
Download Job Interview Questions and Answers PDF
What is Data Caching?
Answer:
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. .
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. .
Download ASP.NET Caching Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Page Fragment Caching? | What is ASP.NET Caching? |