Skip to main content

Module cache

Module cache 

Source
Expand description

Caching layer for command safety decisions.

Caches safety decisions to avoid re-evaluating the same commands. Implements LRU eviction when cache exceeds size limit.

Structsยง

CacheStats
Cache statistics
CachedDecision
Cached safety decision
SafetyDecisionCache
Thread-safe cache for command safety decisions