I hope you have worked with cache or know the use of it. Let’s design an LRU cache using OOPs and principles from scratch keeping the design extensible. After going through this article you should be confident enough to create any type of Cache desig...