public class NCachedValueFactoryImpl extends Object implements net.thevpc.nuts.concurrent.NCachedValueFactory
| Constructor and Description |
|---|
NCachedValueFactoryImpl(net.thevpc.nuts.concurrent.NCachedValueStore store) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.concurrent.NCachedValueModel |
load(String id) |
<T> net.thevpc.nuts.concurrent.NCachedValue<T> |
of(String id,
Supplier<T> supplier) |
<T> net.thevpc.nuts.concurrent.NCachedValue<T> |
of(Supplier<T> supplier) |
void |
save(net.thevpc.nuts.concurrent.NCachedValueModel rateLimitValue) |
public NCachedValueFactoryImpl(net.thevpc.nuts.concurrent.NCachedValueStore store)
public <T> net.thevpc.nuts.concurrent.NCachedValue<T> of(Supplier<T> supplier)
of in interface net.thevpc.nuts.concurrent.NCachedValueFactorypublic <T> net.thevpc.nuts.concurrent.NCachedValue<T> of(String id, Supplier<T> supplier)
of in interface net.thevpc.nuts.concurrent.NCachedValueFactorypublic net.thevpc.nuts.concurrent.NCachedValueModel load(String id)
public void save(net.thevpc.nuts.concurrent.NCachedValueModel rateLimitValue)
Copyright © 2026 vpc open source initiative. All rights reserved.