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 class
FixedSizeCache
Cache which stores up tolimit
Objects.class
SoftReferenceCache
Cache which is cleared according to memory pressure.
-