pub type FileStatisticsCache = Arc<dyn CacheAccessor<Path, Arc<Statistics>, Extra = ObjectMeta>>;
Expand description
The cache of listing files statistics.
if set CacheManagerConfig::with_files_statistics_cache
Will avoid infer same file statistics repeatedly during the session lifetime,
this cache will store in crate::runtime_env::RuntimeEnv
.
Aliased Typeยง
struct FileStatisticsCache { /* private fields */ }