mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 22:20:19 +08:00
Cache provider catalog lookups
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user