Module cache

Module cache 

Source
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ยง

CacheStats
Cache statistics
QueryCache
Query result cache with LRU eviction policy
QueryCacheKey
A query cache key based on the SQL query string