Uses of Class
org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Package
Description
-
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.helper
Modifier and TypeFieldDescriptionstatic final Class
<HardCacheWeakIdentityMap> ClassConstants.HardCacheWeakIdentityMap_Class
-
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.identitymaps
Modifier and TypeClassDescriptionclass
Purpose: A SoftCacheWeakIdentityMap is identical to the WeakIdentityMap, however the weak reference can be a performance problem for some types of apps because it can cause too much garbage collection of objects read causing them to be re-read and re-built (this defeats the purpose of the cache).