MCPcopy Create free account
hub / github.com/cosdata/cosdata / CollectionCacheExt

Interface CollectionCacheExt

src/models/collection_cache.rs:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289// Extension trait for AppContext to easily update collection cache
290#[allow(unused)]
291pub trait CollectionCacheExt {
292 fn update_collection_for_transaction(&self, name: &str) -> Result<(), WaCustomError>;
293
294 fn update_collection_for_query(&self, name: &str) -> Result<bool, WaCustomError>;
295}

Callers

nothing calls this directly

Implementers 1

app_context.rssrc/app_context.rs

Calls

no outgoing calls

Tested by

no test coverage detected