424a425,434
> * Calculate latency of accesses that only touch the tag array.
> * @sa calculateAccessLatency
> *
> * @param delay The delay until the packet's metadata is present.
> * @param lookup_lat Latency of the respective tag lookup.
> * @return The number of ticks that pass due to a tag-only access.
> */
> Cycles calculateTagOnlyLatency(const uint32_t delay,
> const Cycles lookup_lat) const;
> /**