Expand description
Structs§
- Scalable concurrent 32-way associative cache backed by
HashMap. OccupiedEntryis a view into an occupied cache entry in aHashCache.VacantEntryis a view into a vacant cache entry in aHashCache.
Enums§
Constants§
- The default maximum capacity of a
HashCacheis256.
Type Aliases§
EvictedEntryis a type alias forOption<(K, V)>.