Module cache

Source
Expand description

Analysis result caching system

Provides intelligent caching of expensive analysis operations to reduce redundant computations and improve performance.

Structsยง

AdvancedCacheStats
Advanced cache statistics for optimization
AnalysisCache
Analysis result cache with LRU eviction and TTL expiration
CacheConfig
Configuration for cache behavior
CacheEntry
Cached analysis result
CacheKey
Unique identifier for cached analysis results
CacheOptimizationResult
Result of cache optimization operation
CacheStats
Cache statistics
ToolCacheStats
Cache statistics per tool