Expand description
Query result caching for improved performance
Implements an LRU (Least Recently Used) cache for query results to avoid re-executing identical queries.
Structsยง
- Cache
Stats - Cache statistics
- Query
Cache - Query result cache with LRU eviction policy
- Query
Cache Key - A query cache key based on the SQL query string