pub(crate) type CacheEntry = Arc<RwLock<Vec<CachedResource>>>;
pub(crate) struct CacheEntry { /* private fields */ }