Uses of Interface
org.biojava.utils.cache.CacheMap
-
Packages that use CacheMap Package Description org.biojava.utils.cache A simple cache system with pluggable caching behaviours. -
-
Uses of CacheMap in org.biojava.utils.cache
Classes in org.biojava.utils.cache that implement CacheMap Modifier and Type Class Description class
FixedSizeMap
A cache that only remembers a given number of keys.class
WeakCacheMap
A cache which retains weak references to objects
-