Skip to content

Welcome to Tech by Example

Menu
  • Home
  • Posts
  • System Design Questions
Menu

Tag: cache

LRU Cache Design

Posted on November 4, 2021January 10, 2022 by admin

Overview In this tutorial, we are also going to consider the FIFO approach in our design as well other than LRU so that the design is flexible enough to switch to any…

Design an In-Memory Cache

Posted on October 25, 2021January 10, 2022 by admin

Overview The objective is to Design an in-memory cache. Below are the requirements It should support Set and Get Operation O(1) Time Complexity for both Set and Get Assume the maximum capacity…

©2025 Welcome to Tech by Example | Design: Newspaperly WordPress Theme