Home
last modified time | relevance | path

Searched defs:StatementCache (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/
Dcache.rs58 pub struct StatementCache(RefCell<LruCache<Arc<str>, RawStatement>>); struct
107 impl StatementCache { implementation
109 pub fn with_capacity(capacity: usize) -> StatementCache { in with_capacity()
170 impl StatementCache { implementation