Expand description
Query caching system for semantic search results
This is a cleaned version of the query cache with removed unused code. All functionality is preserved, but unused components have been removed.
Structsยง
- Cached
Query - A cached query with atomic access tracking
- Query
Cache - Query cache using DashMap and atomic operations
- Query
Cache Config - Configuration for query cache
- Query
Cache Stats - Cache statistics using atomic operations
- Query
Cache Stats Snapshot - Snapshot of cache statistics for reporting