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.ofNone(Supplier<T> supplier) |
static <T> DefaultCachedSupplier<T> |
DefaultCachedSupplier.ofStore(Class<T> clazz,
NLocationKey key,
Supplier<T> supplier,
DefaultCachedSupplier.CacheValidator<T> validator) |