CacheEntry

Type Alias CacheEntry 

Source
type CacheEntry = Arc<RwLock<Vec<CachedResource>>>;

Aliased Typeยง

struct CacheEntry { /* private fields */ }