pub fn query_cached_with_scope<P: Params>(
conn: &Connection,
scope: &MetadataCacheScope,
provider_kind: Option<ProviderKind>,
sql: &str,
params: P,
) -> KnowledgeResult<Vec<RowData>>pub fn query_cached_with_scope<P: Params>(
conn: &Connection,
scope: &MetadataCacheScope,
provider_kind: Option<ProviderKind>,
sql: &str,
params: P,
) -> KnowledgeResult<Vec<RowData>>