Searched defs:StatementCache (Results 1 – 1 of 1) sorted by relevance
58 pub struct StatementCache(RefCell<LruCache<Arc<str>, RawStatement>>); struct107 impl StatementCache { implementation109 pub fn with_capacity(capacity: usize) -> StatementCache { in with_capacity()170 impl StatementCache { implementation