Expand description
Query compilation result caching with LRU eviction.
This module provides caching for schema compilation results, avoiding redundant compilation of identical schemas. Uses fingerprinting (SHA-256) for cache key generation.
Structsยง
- Cached
Compilation - Cache entry for compiled schema with metadata.
- Compilation
Cache - Thread-safe LRU cache for compiled schemas.
- Compilation
Cache Config - Configuration for compilation cache.
- Compilation
Cache Metrics - Metrics for compilation cache monitoring.