Module general_cache_behavior

Module general_cache_behavior 

Source

Structs§

AccessResult
Result of a single access to the cache, including hit-miss state and access latency.

Enums§

HitOrMiss
Result representing cache hit or miss.

Traits§

GeneralCacheBehavior
General cache behavior, all types have to implement.