pub(crate) async fn shared_object_cache( init_object_cache: Arc<ObjectCache>, table_uuid: Uuid, ) -> Arc<ObjectCache>
Get a globally shared object cache keyed by table UUID to avoid reuse after drop & recreate.