Computer Science, asked by alex6653, 1 year ago

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

Answers

Answered by writersparadise
4

The answer is lazy population.


The caching technique where cache is populated the first time a certain piece of data is requested is called lazy population. The advantage of this is that only the data that is actually cached gets read. Also, there is no cache build delay in the upfront.
Answered by topanswers
1

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