Extending the Platform Cache Library: Distributed Locking, Cache Warming and Cache Stampede Protection
Introduction In the previous article, we built a reusable caching library that provides: L1 Cache using EhCache L2 Cache using Redis or GemFire Strategy Pattern based provider selection Kafka and…