cacheCount

Return the total number of cache entries that have been generated and put in the cache. It is highly desirable to have a .getHitCount that is much higher than the .getCacheCount as the opposite would indicate that the query cache makes efforts in order to cache queries but then they do not get reused.

See also

.getEvictionCount