Class WeakRefCache

java.lang.Object
org.datanucleus.cache.WeakRefCache
All Implemented Interfaces:
Map<Object,DNStateManager>, Level1Cache

public class WeakRefCache extends Object implements Level1Cache
Level 1 Cache using Weak referenced objects in a Map. If the garbage collector clears the reference, the corresponding key is automatically removed from the map.
See Also: