Computer Science, asked by pagolusairam3952, 1 year ago

In which type of cache, application directly interacts with database for data that is not available in the cache

Answers

Answered by manjul43
6

In which type of cache, application directly interacts with database for data that is not available in the cache

Answered by Anonymous
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. ... Local cache: Interacts with the database of the users and fetches the required data that is not available in the cache memory.

Similar questions