Package | Description |
---|---|
org.biojava.utils.cache |
A simple cache system with pluggable caching behaviours.
|
Modifier and Type | Method and Description |
---|---|
CacheReference |
SoftReferenceCache.makeReference(Object o) |
CacheReference |
FixedSizeCache.makeReference(Object o) |
CacheReference |
Cache.makeReference(Object o)
Construct a temporary reference to an object.
|
Copyright © 2014 BioJava. All rights reserved.