Type Alias CacheEntry

Source
pub type CacheEntry = Arc<RwLock<EntryData>>;

Aliased Typeยง

pub struct CacheEntry { /* private fields */ }