CBSE BOARD XII, asked by drreddytsm, 11 months ago

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

A. Local Cache
B.Cache Aside
C. Read through cache
D. Write through cache

Answers

Answered by Arslankincsem
0

The application directly interacts with the databases in the local cache for data that is not available in the cache.


So the correct option is A. Local cache.


The local cache is a client side cache that generally maintains a subset of the data of master space on the basis of the recent activity of client application.

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.

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

Local cache: Interacts with the database of the users and fetches the required data that is not available in the cache memory.

Hence, ( A ) Local cache is the answer.

Similar questions