Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ create_query_cache
Method
create_query_cache
src/cache/ttl_cache.rs:667–669 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
665
}
666
667
pub fn create_query_cache(&self) -> TtlCache<String, Vec<u8>> {
668
self.create_cache()
669
}
670
}
671
672
impl Default for TtlCacheFactory {
Callers
nothing calls this directly
Calls
1
create_cache
Method · 0.80
Tested by
no test coverage detected