Get the file statistics cache.
(&self)
| 410 | |
| 411 | /// Get the file statistics cache. |
| 412 | pub fn get_file_statistic_cache(&self) -> Option<Arc<dyn FileStatisticsCache>> { |
| 413 | self.file_statistic_cache.clone() |
| 414 | } |
| 415 | |
| 416 | /// Get the memory limit of the file statistics cache. |
| 417 | pub fn get_file_statistic_cache_limit(&self) -> usize { |