Expand description
Analysis result caching system
Provides intelligent caching of expensive analysis operations to reduce redundant computations and improve performance.
Structsยง
- Advanced
Cache Stats - Advanced cache statistics for optimization
- Analysis
Cache - Analysis result cache with LRU eviction and TTL expiration
- Cache
Config - Configuration for cache behavior
- Cache
Entry - Cached analysis result
- Cache
Key - Unique identifier for cached analysis results
- Cache
Optimization Result - Result of cache optimization operation
- Cache
Stats - Cache statistics
- Tool
Cache Stats - Cache statistics per tool