Spring Boot - Caching
You want to cache results of a method that takes two parameters:
userId (Long) and filter (String). Which cache key strategy ensures unique keys for each combination?