Package loci.formats.cache
package loci.formats.cache
Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory.
-
ClassDescriptionRetrieves byte arrays from a data source (e.g., a file) using Bio-Formats.Cache provides a means of managing subsets of large collections of image planes in memory.A event indicating a cache update.CacheException is the exception thrown when something goes wrong performing a cache operation.A listener for cache updates.Interface for components capable of reporting cache updates.Superclass of cache sources that retrieve image planes from a data source (e.g., a file) using Bio-Formats.Superclass of cache strategies.Thread responsible for updating the cache (loading and dropping planes) in the background.A crosshair strategy caches planes extending from the the current dimensional position along each individual axis, but not combinations of axes.Interface for cache sources.Interface for cache strategies.A rectangle strategy caches planes extending from the the current dimensional position along each axis and combination of axes.