Package | Description |
---|---|
loci.formats.cache |
Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheStrategy
Superclass of cache strategies.
|
class |
CrosshairStrategy
A crosshair strategy caches planes extending from the the current
dimensional position along each individual axis, but not combinations of
axes.
|
class |
RectangleStrategy
A rectangle strategy caches planes extending from the the current
dimensional position along each axis and combination of axes.
|
Modifier and Type | Field and Description |
---|---|
protected ICacheStrategy |
Cache.strategy
Current cache strategy.
|
Modifier and Type | Method and Description |
---|---|
ICacheStrategy |
Cache.getStrategy()
Gets the cache's caching strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.setStrategy(ICacheStrategy strategy)
Sets the cache's caching strategy.
|
Constructor and Description |
---|
Cache(ICacheStrategy strategy,
ICacheSource source,
boolean autoUpdate)
Constructs an object cache with the given cache strategy and source.
|
Copyright © 2014 Open Microscopy Environment