MCPcopy 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();

Calls

no outgoing calls