Module file_cache

Module file_cache 

Source
Expand description

File-based cache implementation with persistent storage

Implements the Cache trait with JSON file persistence. Thread-safe with Arc<Mutex<>> for concurrent access.

Structsยง

CacheFile
Cache file structure
FileCache
File-based cache manager for test result caching