In which type of cache does the application directly interacts with database for data that is not available in the cache?
Q & A › Category: Caching Techniques › In which type of cache does the application directly interacts with database for data that is not available in the cache?
In which type of cache does the application directly interacts with database for data that is not available in the cache?
A) Cache-aside
B) Read Through Cache
C) Local Cache
D) Write Through Cache