pub const DEFAULT_CAPACITY: usize = 8;
Default cache capacity, matching Python’s functools.lru_cache(maxsize=8).
functools.lru_cache(maxsize=8)