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.
File-based cache implementation with persistent storage
Implements the Cache trait with JSON file persistence. Thread-safe with Arc<Mutex<>> for concurrent access.