| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.io.cache |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultCachedSupplier.SimpleCacheValidator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> DefaultCachedSupplier<T> |
DefaultCachedSupplier.of(CachedSupplier.NCacheLevel level,
Class<T> clazz,
NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
static <T> DefaultCachedSupplier<T> |
DefaultCachedSupplier.ofMem(Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
static <T> DefaultCachedSupplier<T> |
DefaultCachedSupplier.ofStore(Class<T> clazz,
NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
| Constructor and Description |
|---|
DefaultCachedSupplier(CachedSupplier.NCacheLevel level,
Class<T> clazz,
NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |
Copyright © 2025 vpc open source initiative. All rights reserved.