Architecture Question:
Download Job Interview Questions and Answers PDF
Explain the purpose of cache? How is it used?
Answer:
caching is often considered as a performance-enhancement tool than a way to to store application data.If u spend more server resources in accesing the same data repeatedly,use caching instead.Caching data can bring huge performance benefits ,so whenever u find that u need to frequently access data that does'nt often change,cache it in the cache object and your application's performance will improve.
Download .Net Architecture Interview Questions And Answers
PDF
Previous Question | Next Question |
What is an interrupt? | What is a Virtual Memory? |