Package | Description |
---|---|
oracle.toplink.essentials.internal.identitymaps |
Modifier and Type | Class and Description |
---|---|
class |
HardCacheWeakIdentityMap
Purpose: A weak cache is identical to the weak identity map, however the weak
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).
|
class |
SoftCacheWeakIdentityMap
Purpose: A weak cache is identical to the weak identity map, however the weak
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).
|
Copyright © 2022. All rights reserved.