pub type IdToAddressCache = SizeTrackingLruCache<u64, Address>;Aliased Type§
pub struct IdToAddressCache {
cache_id: usize,
cache_name: Cow<'static, str>,
cache: Arc<RwLock<RawRwLock, LruCache<u64, Address>>>,
}Fields§
§cache_id: usize§cache_name: Cow<'static, str>§cache: Arc<RwLock<RawRwLock, LruCache<u64, Address>>>