Uses of Package
org.biojava.utils.cache

Packages that use org.biojava.utils.cache
org.biojava.utils.cache A simple cache system with pluggable caching behaviours. 
 

Classes in org.biojava.utils.cache used by org.biojava.utils.cache
Cache
          Interface for managing caches of objects.
CacheMap
           Interface for managing caches of objects fetchable by key.
CacheReference
          Interface for a reference to an object, analogous to java.lang.ref.Referencce, but more flexible.