Cache provider catalog lookups

This commit is contained in:
fawney19
2026-05-27 13:56:39 +08:00
parent 674cc85005
commit ccfc4cbddc
16 changed files with 582 additions and 75 deletions
@@ -580,6 +580,8 @@ impl StoredProviderCatalogKeyStats {
#[async_trait]
pub trait ProviderCatalogReadRepository: Send + Sync {
fn clear_local_cache(&self) {}
async fn list_providers(
&self,
active_only: bool,