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

Class CatalogCacheStats

graphlite/src/session/models.rs:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168/// Cache statistics for monitoring
169#[derive(Debug, Clone)]
170pub struct CatalogCacheStats {
171 pub schema_list_cached: bool,
172 pub graph_schemas_cached: usize,
173 pub last_schema_access: Option<Instant>,
174 pub last_graph_access: Option<Instant>,
175}
176
177/// Unified user session that combines authentication and database session management
178#[derive(Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected