213,221d212
< * Return the hit latency of this cache.
< * @return The hit latency.
< */
< Cycles getHitLatency() const
< {
< return hitLatency;
< }
<
< /**