Computer Science, asked by ManojGhera5349, 1 year ago

caching technique where cache is populated the first time a certain piece of data is requested is called _________. cache aside lazy loading local population upfront loading

Answers

Answered by aaradhya64
0
Caching techniques where cache is populated the first time a certain piece of data is requested is called ' lazy population '


Hope it helps you dear....

aaradhya64: no I'm not getting angry
aaradhya64: OK, bye
aaradhya64: good night....
aaradhya64: hello
Answered by topanswers
0

Cache: The memory that stores data so that future requests can be served faster is called the cache memory.  

The data stored in a cache might be the result of a computation or a copy of data.

Caching technique where cache is populated the first time a certain piece of data is requested is called lazy population.

Cache memory makes a copy of a table and places it in a different location, to improve access time.

The answer is lazy population.

Read more on Brainly.in - https://brainly.in/question/5800134

Similar questions