Cache penetration is the request for non-existent data. Cache Breakdown is the expiration of hot data, because it is hot. Cache Avalanche is when a large number of simultaneously loaded caches have the same expiration time. Use distributed cache to prevent cache avalanche caused by a single point of failure.
1 Comment
Sort: