MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / CacheHit

Class CacheHit

graphlite/src/cache/result_cache.rs:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90/// Cache hit information for analytics
91#[derive(Debug, Clone)]
92pub struct CacheHit {
93 pub key: QueryCacheKey,
94 pub hit_level: CacheLevel,
95 pub access_time: Instant,
96 pub saved_execution_time: Duration,
97}
98
99/// LRU eviction tracker
100#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected