pub const DEFAULT_MAXIMUM_CAPACITY: usize = 256;
The default maximum capacity of a HashCache is 256.
HashCache
256