Skip to main content

Mountain/Cache/PathCanon/
CacheStats.rs

1
2//! Diagnostic snapshot of the canonical-path cache.
3
4#[derive(Debug, Clone, Copy)]
5pub struct Struct {
6	pub Entries:usize,
7
8	pub WeightedSize:usize,
9}