crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

What is Caching and why we use cache
Question Posted on 10 Jan 2019Home >> DotNet >> Cache >> What is Caching and why we use cache

Cache is usefull to save data and storing it for later use. Cache is a smaller and faster memory which stores copies of the frequently used data which is later use as a input for other thing. Here we stroe object like HTML pages, images, files, web objects, etc are stored in cache to improve the efficiency and overall performance of the application. 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.

Below are the reason why we use cache
(1)Reduce Latency
(2)Increase Capacity
(3)Improve App Availability
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

What is Caching and why we use cache

Which Caching Topology is recommended for a read intensive distributed

Which of the following is true about a well designed cache

Which of the following Cache Eviction techniques consider Locality

Which of the following types of data exhibits Spatial Locality?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap