pub type FileCache = Arc<DashMap<String, CacheEntry>>;Expand description
Concurrent in-memory cache mapping file IDs to their disk paths.
Aliased Typeยง
pub struct FileCache { /* private fields */ }pub type FileCache = Arc<DashMap<String, CacheEntry>>;Concurrent in-memory cache mapping file IDs to their disk paths.
pub struct FileCache { /* private fields */ }