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 system.Code for this can be found on my Github repo:
https://github.com/the-arcade-01/golang-low-level...