public static class ReferenceCache
extends java.lang.Object
Provide a cache of datasets that are in memory, so that the same data is not loaded twice. This first implementation
uses WeakReferences, so that this cache need not be emptied, but we will avoid the situation where the same data is loaded
twice.
- See Also:
- Serialized Form