aniketb.hashnode.devCache Strategies in Distributed SystemsBefore we discuss about the cache strategies, we need to know about the TTL caching. It basically means "Time to Live", Keep this cached data for T seconds. After that delete/expire it. TTL Caching pr3d ago·5 min read
aniketb.hashnode.devThe Thundering Herd ProblemThe thundering herd problem is a distributed systems scenario where a large number of clients simultaneously attempt to access or recompute a shared resource upon expiration or availability, resulting4d ago·4 min read