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 CacheReferenceCache. makeReference(Object o)Construct a temporary reference to an object.CacheReferenceFixedSizeCache. makeReference(Object o)CacheReferenceSoftReferenceCache. makeReference(Object o)
-