Customize cache policy
(mut self, cache_manager: CacheManagerConfig)
| 393 | |
| 394 | /// Customize cache policy |
| 395 | pub fn with_cache_manager(mut self, cache_manager: CacheManagerConfig) -> Self { |
| 396 | self.cache_manager = cache_manager; |
| 397 | self |
| 398 | } |
| 399 | |
| 400 | /// Customize object store registry |
| 401 | pub fn with_object_store_registry( |
no outgoing calls