Tag

Cache Refresh

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
May 4, 2016 · Backend Development

Proactive Cache Refresh Strategies for Memcached to Prevent Cache Stampede

This article examines various techniques for proactively refreshing Memcached entries before they expire, including dual‑key schemes, timestamp‑based checks, and lock‑based updates, and presents a preferred Java implementation that minimizes cache‑stampede and reduces memory overhead.

Cache InvalidationCache RefreshJava
0 likes · 7 min read
Proactive Cache Refresh Strategies for Memcached to Prevent Cache Stampede