...

/

B

B

Design question

Let’s design a caching layer for tiny objects. We can use Dynamic random-access memory (DRAM) to cache our tiny objects. The application requests for the data, if found in the cache (cache hit), return to the application. If not found (cache miss), fetch from ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy