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

Method get_list_files_cache_ttl

datafusion/execution/src/cache/cache_manager.rs:436–438  ·  view source on GitHub ↗

Get the TTL (time-to-live) of the list files cache.

(&self)

Source from the content-addressed store, hash-verified

434
435 /// Get the TTL (time-to-live) of the list files cache.
436 pub fn get_list_files_cache_ttl(&self) -> Option<Duration> {
437 self.list_files_cache.as_ref().and_then(|c| c.cache_ttl())
438 }
439
440 /// Get the file embedded metadata cache.
441 pub fn get_file_metadata_cache(&self) -> Arc<dyn FileMetadataCache> {

Callers 2

config_entriesMethod · 0.80
from_runtime_envMethod · 0.80

Calls 2

cache_ttlMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected