shared_object_cache

Function shared_object_cache 

Source
pub(crate) async fn shared_object_cache(
    init_object_cache: Arc<ObjectCache>,
    table_uuid: Uuid,
) -> Arc<ObjectCache>
Expand description

Get a globally shared object cache keyed by table UUID to avoid reuse after drop & recreate.