Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 288864 - CacheKey.equals could be faster

https://bugs.eclipse.org/bugs/show_bug.cgi?id=288864

The patch is ready for review.

In computeHash method set a boolean flag hasArray if primaryKey has an array, use the flag in equals method instead of isArray.

Thanks,
Andrei


Back to the top