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

Class CachedValue

src/ui/cached.rs:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static UPDATE_CTR: AtomicUsize = AtomicUsize::new(1);
31
32struct CachedValue<V> {
33 created: DateTime<Utc>,
34 input_hash: u64,
35 value: V,
36}
37
38struct CachedInner<V> {
39 max_lifetime: Duration,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected