Uses of Class
org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Packages that use HardCacheWeakIdentityMap
Package
Description
-
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type HardCacheWeakIdentityMapModifier and TypeFieldDescriptionstatic final Class
<HardCacheWeakIdentityMap> ClassConstants.HardCacheWeakIdentityMap_Class
-
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.identitymaps
Subclasses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.identitymapsModifier 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).