Skip to main content

invalidator

Function invalidator 

Source
fn invalidator<'a>(
    cache: &'a Cache<SchemaName, Arc<SchemaNameValue>>,
    idents: &'a [&CacheIdent],
) -> BoxFuture<'a, Result<()>>