-
Bug
-
Resolution: Done
-
Major
-
8.2.1.Final, 9.0.0.Final
-
None
When cache is configured through JCache API as a read-through cache with some cache loader Infinispan puts cache values provided by that loader in place of keys. It causes `java.lang.ClassCastException` after calling of `javax.cache.Cache.removeAll` method. Iteration on cache also turns out to be broken.