Spring Boot - Caching
Given the method annotated as
@Cacheable(value = "products", key = "#id") and called with getProduct(5), what will be the cache key used?