Skip to main content

CacheEntry

Type Alias CacheEntry 

Source
pub(crate) type CacheEntry = Arc<RwLock<Vec<CachedResource>>>;

Aliased Typeยง

pub(crate) struct CacheEntry { /* private fields */ }