Spring Boot - Caching
Why does this cache key cause a runtime error?
@Cacheable(value = "data", key = "#param.length()") when the method parameter is an Integer named 'param'.