FileCache

Type Alias FileCache 

Source
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 */ }