Get the cache for storing the result of listing [`ObjectMeta`]s under the same path.
(&self)
| 422 | |
| 423 | /// Get the cache for storing the result of listing [`ObjectMeta`]s under the same path. |
| 424 | pub fn get_list_files_cache(&self) -> Option<Arc<dyn ListFilesCache>> { |
| 425 | self.list_files_cache.clone() |
| 426 | } |
| 427 | |
| 428 | /// Get the memory limit of the list files cache. |
| 429 | pub fn get_list_files_cache_limit(&self) -> usize { |