pub type RegistryCache = Arc<RwLock<HashMap<(String, String, String), CachedRegistry>>>;Expand description
Process-shared, tenant-scoped registry cache keyed by (tenant_id, package_id, path_segment).
Lives on AppState; read-through on load, evicted on admin write.
Aliased Type§
pub struct RegistryCache { /* private fields */ }