Uses of Interface
org.biojava.utils.cache.Cache

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

Uses of Cache in org.biojava.utils.cache
 

Classes in org.biojava.utils.cache that implement Cache
 class FixedSizeCache
          Cache which stores up to limit Objects.
 class SoftReferenceCache
          Cache which is cleared according to memory pressure.