Please log in or register to answer this question.

1 Answer

0 votes
by

Cache is a smaller and faster memory which stores copies of the frequently used data. Content like HTML pages, images, files, web objects, etc are stored in cache to improve the efficiency and overall performance of the application. We have compiled a list of 30 Cache Techniques questions and Answers that can help you during your interview. Hope you find it useful. A cache is typically stored in memory or on disk. A memory cache is normally faster to read from than a disk cache. But, does not survive system restarts. Caches are widely used in most of the high volume applications to: Reduce Latency Increase Capacity Improve App Availability

Related questions

...