type CacheAccessLockRegistry = Arc<Mutex<HashMap<RegionId, Weak<RwLock<()>>>>>;Expand description
Weak index of per-region cache access locks.
The mutex is never held across .await.
Aliased Typeยง
struct CacheAccessLockRegistry { /* private fields */ }