crdb-cache 0.0.1-alpha.0

Concurrently Replicated DataBase
Documentation
1
2
3
4
5
6
7
8
9
mod binaries_cache;
mod cache_db;
mod object_cache;

pub use binaries_cache::BinariesCache;
pub use cache_db::CacheDb;
pub use object_cache::ObjectCache;

pub use crdb_core::{Error, Result};