Golang LLD: Design a Cache System (LRU, LFU, FIFO)
In this blog post, I've shared my approach to solve this low level design problem, Design a Cache.
Code for this can be found on my Github repo: https://github.com/the-arcade-01/golang-low-level-design/tree/main/cache-system
Requirements
Our cache sh...
arcade.hashnode.dev6 min read