move cache to own mod

redo-gragh
Avril 3 years ago
parent 805b0a0f65
commit 6a105ea154
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -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
///

Loading…
Cancel
Save