Skip to content
/ Cache Public

Repository for low level system design of a cache

Notifications You must be signed in to change notification settings

kdevesh/Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache-LLD Design Build status

Repository for low level system design of a cache

Problem Statement

We have to do low level design for a Cache system. Cache that we will design will have to support following operations:

  • Put: This will allow user to put a value against a key in the cache.
  • Get: This will allow user to get the previously saved value using key.
  • Eviction: Cache should also support removal of some key in case cache is full, and we try to add new key value.

Expectations

  • Code should be functionally correct.
  • Code should be modular and readable. Clean and professional level code.
  • Code should be extensible and scalable. Means it should be able to accommodate new requirements with minimal changes.
  • Code should have good OOPs desig

Sonar Report

img.png

About

Repository for low level system design of a cache

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages