Details
Description
ICache.LoadCache arguments are unnecessarily deserialized on Java side (see readObjectArray call in PlatformCache.loadCache0). So any arguments that are not primitives or primitive collections cause an exception.
ICache.LoadCache arguments are unnecessarily deserialized on Java side (see readObjectArray call in PlatformCache.loadCache0). So any arguments that are not primitives or primitive collections cause an exception.