| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.io.cache |
| Modifier and Type | Method and Description |
|---|---|
static CachedSupplier.NCacheLevel |
CachedSupplier.NCacheLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedSupplier.NCacheLevel[] |
CachedSupplier.NCacheLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CachedSupplier.getValue(CachedSupplier.NCacheLevel level) |
T |
DefaultCachedSupplier.getValue(CachedSupplier.NCacheLevel level) |
static <T> DefaultCachedSupplier<T> |
DefaultCachedSupplier.of(CachedSupplier.NCacheLevel level,
Class<T> clazz,
net.thevpc.nuts.NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
| Constructor and Description |
|---|
DefaultCachedSupplier(CachedSupplier.NCacheLevel level,
Class<T> clazz,
net.thevpc.nuts.NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
Copyright © 2025 vpc open source initiative. All rights reserved.