Module cache

Module cache 

Source
Expand description

Cache management for context-builder.

This module handles caching of project states to enable the auto-diff feature. It uses a hash of the project path and configuration to avoid cache collisions between different projects or configurations.

Structsยง

CacheManager
Manages cache operations with file locking to prevent corruption