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

Class CacheHealthScore

graphlite/src/cache/cache_manager.rs:701–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699/// Cache health assessment
700#[derive(Debug, Clone)]
701pub struct CacheHealthScore {
702 pub overall: f64,
703 pub hit_rate: f64,
704 pub memory_efficiency: f64,
705 pub eviction_health: f64,
706 pub recommendations: Vec<String>,
707}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected