#system-design
Read more stories on Hashnode
Articles with this tag
Its an Application level caching, where the application checks whether the data is present in the cache (In our case redis). If data is present it...
What it is ? Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if...