Type Alias libredr_common::message::DataCache

source ·
pub type DataCache = Arc<Mutex<HashMap<Hash, (i64, Data)>>>;
Expand description

Type for lazy-loading data cache

hash -> (access time, data)

Aliased Type§

struct DataCache { /* private fields */ }