Marek Szalik opened SPR-10807 and commented
There is a method org.springframework.cache.interceptor.CacheOperationContexts#get(Class<? extends CacheOperation> operationClass) in file /spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java
This method tries to invoke method getOrDefault from org.springframework.util.MultiValueMap which is unfortunately not defined in this interface.
Affects: 4.0 M2
Attachments:
Referenced from: commits ce06d13, 9645799