Caching in Spring RESTful Service: Part 2 – Cache Eviction
In my previous post Caching in Spring RESTful Service: Part 1, I discussed how to implement caching for queries on products. Now, consider a scenario where you need to delete or update a product. The cache should be aware of these operations. Or else, the cache will return old product information. To address such problems, […]Continue reading