Spring Boot - Caching
What is wrong with this usage?
@CacheEvict(cacheNames = "products", key = "id")
public void evictProduct(Long id) { /* logic */ }