What do you understand by Hit ratio?
When a processor refers a data item from a cache, if the referenced item is in the cache, then such a reference is called hit. If the referenced data is not in the cache, then it is called miss (or cache miss). Hit ratio is defined as the ratio of number of hits to number of references.