MCPcopy Create free account
hub / github.com/erans/pgsqlite / create_string_cache

Method create_string_cache

src/cache/ttl_cache.rs:663–665  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

661 }
662
663 pub fn create_string_cache(&self) -> TtlCache<String, String> {
664 self.create_cache()
665 }
666
667 pub fn create_query_cache(&self) -> TtlCache<String, Vec<u8>> {
668 self.create_cache()

Callers

nothing calls this directly

Calls 1

create_cacheMethod · 0.80

Tested by

no test coverage detected