Expand description
File caching functionality for eliminating redundant I/O
This module provides a thread-safe cache for file contents using Arc<str>
for cheap cloning across threads.
Structsยง
- Cache
Stats - Cache statistics
- File
Cache - Thread-safe file content cache