Module cache

Module cache 

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

CacheStats
Statistics about cache performance.
CompilationCache
Compilation cache for storing and retrieving compiled expressions.