Skip to main content

IdToAddressCache

Type Alias IdToAddressCache 

Source
pub type IdToAddressCache = SizeTrackingCache<u64, Address>;

Aliased Type§

pub struct IdToAddressCache {
    cache_name: Cow<'static, str>,
    cache: Arc<Cache<u64, Address>>,
}

Fields§

§cache_name: Cow<'static, str>§cache: Arc<Cache<u64, Address>>