(&self)
| 49 | /// Helper function for tests only so far. |
| 50 | #[allow(dead_code)] |
| 51 | fn clear_cache(&self) { |
| 52 | let mut cache = self.cache().lock().unwrap(); |
| 53 | cache.clear(); |
| 54 | } |
| 55 | |
| 56 | /// Estimate the number of records in this table. |
| 57 | fn count_estimate(&self) -> u64 { |
no outgoing calls