list_with_cache

Function list_with_cache 

Source
async fn list_with_cache<'b>(
    ctx: &'b dyn Session,
    store: &'b dyn ObjectStore,
    prefix: &'b Path,
) -> Result<BoxStream<'b, Result<ObjectMeta>>>