Module cache

Source
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ยง

CacheStats
Cache statistics
FileCache
Thread-safe file content cache