Back to Java Challenges
Back
Fix Spring Cache Not Evicting on Updates
Medium
Problem
Cache is not evicted when data is updated, serving stale data.
Code Editor
Solution
Fullscreen
Reset