</div><h4id='method.extend_cache_for_entities_and_attributes'class="method"><spanid='extend_cache_for_entities_and_attributes.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.extend_cache_for_entities_and_attributes'class='fnname'>extend_cache_for_entities_and_attributes</a><'s, 'c>(<br> &mut self, <br> schema: &'s <aclass="struct"href="../../mentat_db/types/struct.Schema.html"title="struct mentat_db::types::Schema">Schema</a>, <br> sqlite: &'c Connection, <br> attrs: <aclass="enum"href="../../mentat_db/cache/enum.AttributeSpec.html"title="enum mentat_db::cache::AttributeSpec">AttributeSpec</a>, <br> entities: &<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="type"href="../../mentat_db/types/type.Entid.html"title="type mentat_db::types::Entid">Entid</a>><br>) -><aclass="type"href="../../mentat_db/errors/type.Result.html"title="type mentat_db::errors::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#1054-1102'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Fetch the requested entities and attributes from the store and put them in the cache.
</div><h4id='method.make_cache_for_entities_and_attributes'class="method"><spanid='make_cache_for_entities_and_attributes.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.make_cache_for_entities_and_attributes'class='fnname'>make_cache_for_entities_and_attributes</a><'s, 'c>(<br> schema: &'s <aclass="struct"href="../../mentat_db/types/struct.Schema.html"title="struct mentat_db::types::Schema">Schema</a>, <br> sqlite: &'c Connection, <br> attrs: <aclass="enum"href="../../mentat_db/cache/enum.AttributeSpec.html"title="enum mentat_db::cache::AttributeSpec">AttributeSpec</a>, <br> entities: &<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="type"href="../../mentat_db/types/type.Entid.html"title="type mentat_db::types::Entid">Entid</a>><br>) -><aclass="type"href="../../mentat_db/errors/type.Result.html"title="type mentat_db::errors::Result">Result</a><<aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#1106-1113'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Fetch the requested entities and attributes and put them in a new cache.
<h3id='impl-Clone'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a></code><ahref='#impl-Clone'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.clone'class="method"><spanid='clone.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone'class='fnname'>clone</a>(&self) -><aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div></div><h3id='impl-Debug'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a></code><ahref='#impl-Debug'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.fmt'class="method"><spanid='fmt.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt'class='fnname'>fmt</a>(&self, __arg_0: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3id='impl-Default'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a></code><ahref='#impl-Default'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.default'class="method"><spanid='default.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default'class='fnname'>default</a>() -><aclass="struct"href="../../mentat_db/cache/struct.AttributeCaches.html"title="struct mentat_db::cache::AttributeCaches">AttributeCaches</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/mentat_db/cache.rs.html#599'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Returns the "default value" for a type. <ahref="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>