Do cached requests count as a hit?
Cached requests do not count as hits. Many of our operations cache their results for a certain period of time (from seconds to minutes depending on the operation). If the same request is placed twice against the same operation within that period, the same result is returned and both requests count as one hit.