Package | Description |
---|---|
net.imglib2.cache.volatiles |
Modifier and Type | Method and Description |
---|---|
LoadingStrategy |
CacheHints.getLoadingStrategy()
Get the
LoadingStrategy to use when accessing data that is not in
the cache yet. |
static LoadingStrategy |
LoadingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadingStrategy[] |
LoadingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheHints(LoadingStrategy loadingStrategy,
int queuePriority,
boolean enqueuToFront) |
Copyright © 2015–2022 ImgLib2. All rights reserved.