Expand description
High-level query cache layer for SQLiteGraph.
This module provides deterministic, MVCC-aware caching for expensive graph traversal queries. The cache is transparent to callers and lives entirely inside the SQLiteGraph implementation without requiring any API changes.
Structs§
- BfsCache
Key - Cache key for BFS queries
- KHop
Cache Key - Cache key for k-hop queries
- KHop
Filtered Cache Key - Cache key for filtered k-hop queries
- Query
Cache - Thread-safe query cache storage
- Query
Cache Entry - Cache entry containing query results
- Shortest
Path Cache Key - Cache key for shortest path queries
Enums§
- Query
Cache Key - Enumeration of all supported query cache keys
- Query
Result - Enumeration of cached query results