Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in fix for bug 272895 - JPA 2.0: CacheImpl.contains returns true for invalidated/evicted objects

https://bugs.eclipse.org/bugs/show_bug.cgi?id=272895
Fix checks if the cache key is invalid as well as existing to see if the object exists in the cache for a contains call. Checked into trunk. Adds testEvictContains to CacheImplJUnitTest
Reviewed by Guy Pelletier


Back to the top