Package | Description |
---|---|
net.imglib2.cache.img.optional |
Modifier and Type | Method and Description |
---|---|
default CacheOptions.CacheType |
CacheOptions.Val.cacheType() |
static CacheOptions.CacheType |
CacheOptions.CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOptions.CacheType[] |
CacheOptions.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default T |
CacheOptions.cacheType(CacheOptions.CacheType cacheType)
Which in-memory cache type to use.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.