Uses of Interface
org.biojava.utils.cache.Cache
-
Packages that use Cache Package Description 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 Modifier and Type Class Description classFixedSizeCacheCache which stores up tolimitObjects.classSoftReferenceCacheCache which is cleared according to memory pressure.
-