MCPcopy Create free account
hub / github.com/elastic/devfiler / CachedInner

Class CachedInner

src/ui/cached.rs:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38struct CachedInner<V> {
39 max_lifetime: Duration,
40 being_constructed: AtomicBool,
41 value: ArcSwap<CachedValue<V>>,
42}
43
44/// Cached, background computed value.
45///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected