@ -12,7 +12,7 @@ pub const CACHE_GATE_TIMEOUT: Duration = duration!(100 ms);
/// How long should the insertion stream be forced to wait before accepting new blocks to insert.
pub const CACHE_GATED_LAG: Duration = duration!(10 ms);
mod cache; pub use cache::*;
mod cache; pub use cache::Cache;
/// A raw file or directory inode number
///