Uses of Interface
org.biojava.utils.cache.CacheReference
-
Packages that use CacheReference Package Description org.biojava.utils.cache A simple cache system with pluggable caching behaviours. -
-
Uses of CacheReference in org.biojava.utils.cache
Methods in org.biojava.utils.cache that return CacheReference Modifier and Type Method Description CacheReference
Cache. makeReference(Object o)
Construct a temporary reference to an object.CacheReference
FixedSizeCache. makeReference(Object o)
CacheReference
SoftReferenceCache. makeReference(Object o)
-