Expand description
Compilation caching for improved performance.
This module provides a caching layer for compiled expressions, reducing redundant compilation when the same expressions are compiled multiple times.
Structsยง
- Cache
Stats - Statistics about cache performance.
- Compilation
Cache - Compilation cache for storing and retrieving compiled expressions.