Fix incorrect cache key.

getProxyClass(ClassLoader, Class<?>...) would hit a slow
path more often than we needed to because we were using
interfaceSet (and not interfaceList) as the key.

Change-Id: I2a0f81ea401d5adbdb31cc35bf04b3f0492cca8e
1 file changed