Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ cache_ttl
Method
cache_ttl
datafusion/execution/src/cache/list_files_cache.rs:356–359 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
354
}
355
356
fn cache_ttl(&self) -> Option<Duration> {
357
let state = self.state.lock().unwrap();
358
state.ttl
359
}
360
361
fn update_cache_limit(&self, limit: usize) {
362
let mut state = self.state.lock().unwrap();
Callers
4
test_list_files_cache_ttl
Function · 0.80
get_list_files_cache_ttl
Method · 0.80
test_ttl_preserved_when_not_set_in_config
Function · 0.80
test_ttl_overridden_when_set_in_config
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_list_files_cache_ttl
Function · 0.64
test_ttl_preserved_when_not_set_in_config
Function · 0.64
test_ttl_overridden_when_set_in_config
Function · 0.64