Get the cache factory
(&self)
| 410 | |
| 411 | /// Get the cache factory |
| 412 | pub fn cache_factory(&self) -> Option<&Arc<dyn CacheFactory>> { |
| 413 | self.cache_factory.as_ref() |
| 414 | } |
| 415 | |
| 416 | /// Get the table factories |
| 417 | pub fn table_factories(&self) -> &HashMap<String, Arc<dyn TableProviderFactory>> { |