Get the function factory
(&self)
| 400 | |
| 401 | /// Get the function factory |
| 402 | pub fn function_factory(&self) -> Option<&Arc<dyn FunctionFactory>> { |
| 403 | self.function_factory.as_ref() |
| 404 | } |
| 405 | |
| 406 | /// Register a [`CacheFactory`] for custom caching strategy |
| 407 | pub fn set_cache_factory(&mut self, cache_factory: Arc<dyn CacheFactory>) { |