Implement the basic data cache

This commit is contained in:
Robert Habermeier
2017-02-16 18:07:28 +01:00
parent 2b91c922c1
commit 3b9741e9d8
2 changed files with 175 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ pub mod cht;
pub mod net;
pub mod on_demand;
pub mod transaction_queue;
pub mod cache;
#[cfg(not(feature = "ipc"))]
pub mod provider;