MCPcopy Create free account
hub / github.com/apache/datafusion / with_cache_manager

Method with_cache_manager

datafusion/execution/src/runtime_env.rs:395–398  ·  view source on GitHub ↗

Customize cache policy

(mut self, cache_manager: CacheManagerConfig)

Source from the content-addressed store, hash-verified

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(

Calls

no outgoing calls

Tested by 6

get_cache_runtime_stateFunction · 0.64
test_list_files_cacheFunction · 0.64